Skip to content

Commit c5c42b1

Browse files
build(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...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] <support@github.com>
1 parent 8b058f0 commit c5c42b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
echo "tag=$TAG" >> $GITHUB_OUTPUT
8383
echo "version=${TAG#v}" >> $GITHUB_OUTPUT
8484
- name: Download artifacts
85-
uses: actions/download-artifact@v4
85+
uses: actions/download-artifact@v8
8686
with:
8787
pattern: eboot-*
8888
merge-multiple: true

0 commit comments

Comments
 (0)