Skip to content

Commit b6ab307

Browse files
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 b7ecb63 commit b6ab307

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Download artifact
41-
uses: actions/download-artifact@v4
41+
uses: actions/download-artifact@v8
4242
with:
4343
name: Froststrap(Release) (${{ github.sha }})
4444
path: release
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Download artifact
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v8
6767
with:
6868
name: Froststrap(Release) (${{ github.sha }})
6969
path: release

0 commit comments

Comments
 (0)