Skip to content

Commit e54b2df

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6cfc467 commit e54b2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: build-static
4747
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
4848
steps:
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
name: nvme-cli
5252
path: upload
@@ -73,7 +73,7 @@ jobs:
7373
VERSION: ${{ needs.build-static.outputs.VERSION }}
7474
if: ${{ github.event_name == 'release' }}
7575
steps:
76-
- uses: actions/download-artifact@v4
76+
- uses: actions/download-artifact@v5
7777
with:
7878
name: nvme-cli
7979
path: upload

0 commit comments

Comments
 (0)