Skip to content

Commit 6450ef4

Browse files
authored
Merge pull request #1418 from crytic/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents a0ef367 + e7b1e3e commit 6450ef4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
SOLC_VER: ${{ matrix.solc }}
249249

250250
- name: Download testsuite
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v5
252252
with:
253253
name: echidna-testsuite-${{ runner.os }}
254254

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- build
102102
steps:
103103
- name: Download digests
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
path: ${{ runner.temp }}/digests
107107
pattern: digests-*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/checkout@v4
9090

9191
- name: Download binaries
92-
uses: actions/download-artifact@v4
92+
uses: actions/download-artifact@v5
9393
with:
9494
pattern: echidna-redistributable-*
9595
merge-multiple: true

0 commit comments

Comments
 (0)