Skip to content

Commit 125aa5f

Browse files
authored
Merge pull request #632 from crytic/dependabot/github_actions/dev/actions/download-artifact-7
chore(deps): bump actions/download-artifact from 6 to 7
2 parents a5dbeb5 + 96e4a8e commit 125aa5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- build-release
4040
steps:
4141
- name: fetch dists
42-
uses: actions/download-artifact@v6
42+
uses: actions/download-artifact@v7
4343
with:
4444
name: crytic-compile-dists
4545
path: dist/

0 commit comments

Comments
 (0)