Skip to content

Commit 758fe84

Browse files
ci(deps): bump actions/download-artifact from 6 to 8 (#147)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' 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> Co-authored-by: Randy Grok <[email protected]>
1 parent bc0fcc0 commit 758fe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v6
7676

7777
- name: Download artifacts
78-
uses: actions/download-artifact@v6
78+
uses: actions/download-artifact@v8
7979
with:
8080
path: artifacts
8181
pattern: ev-reth-*

0 commit comments

Comments
 (0)