Skip to content

Commit d22b761

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/libnvme-release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
id-token: write
9696
if: github.repository == 'linux-nvme/nvme-cli'
9797
steps:
98-
- uses: actions/download-artifact@v6
98+
- uses: actions/download-artifact@v7
9999
with:
100100
name: test_pypi
101101
path: dist
@@ -123,7 +123,7 @@ jobs:
123123
fi
124124
125125
- name: Download artifiact
126-
uses: actions/download-artifact@v6
126+
uses: actions/download-artifact@v7
127127
if: steps.check-tag.outputs.match == 'true'
128128
with:
129129
name: artifact

.github/workflows/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build-static
5050
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
5151
steps:
52-
- uses: actions/download-artifact@v6
52+
- uses: actions/download-artifact@v7
5353
with:
5454
name: nvme-cli
5555
path: upload
@@ -76,7 +76,7 @@ jobs:
7676
VERSION: ${{ needs.build-static.outputs.VERSION }}
7777
if: ${{ github.event_name == 'release' }}
7878
steps:
79-
- uses: actions/download-artifact@v6
79+
- uses: actions/download-artifact@v7
8080
with:
8181
name: nvme-cli
8282
path: upload

0 commit comments

Comments
 (0)