Skip to content

Commit 6efa9cc

Browse files
authored
Merge pull request #607 from crytic/dependabot/github_actions/dev/actions/download-artifact-5
chore(deps): bump actions/download-artifact from 4 to 5
2 parents 54e484e + 8b32a5b commit 6efa9cc

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@v4
42+
uses: actions/download-artifact@v5
4343
with:
4444
name: crytic-compile-dists
4545
path: dist/

0 commit comments

Comments
 (0)