Skip to content

Commit f5694b2

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump actions/download-artifact from 5 to 6
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]>
1 parent d06097f commit f5694b2

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@v5
49+
- uses: actions/download-artifact@v6
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@v5
76+
- uses: actions/download-artifact@v6
7777
with:
7878
name: nvme-cli
7979
path: upload

0 commit comments

Comments
 (0)