Skip to content

Commit 0a96fd1

Browse files
build(deps): bump actions/download-artifact from 5 to 6 (#1477)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8ccd509 commit 0a96fd1

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
@@ -250,7 +250,7 @@ jobs:
250250
SOLC_VER: ${{ matrix.solc }}
251251

252252
- name: Download testsuite
253-
uses: actions/download-artifact@v5
253+
uses: actions/download-artifact@v6
254254
with:
255255
name: echidna-testsuite-${{ runner.os }}
256256

.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@v5
104+
uses: actions/download-artifact@v6
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@v5
9090

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

0 commit comments

Comments
 (0)