Skip to content

Commit 5a78231

Browse files
dependabot[bot]igaw
authored andcommitted
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 9ba7712 commit 5a78231

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
id-token: write
110110
if: github.repository == 'linux-nvme/nvme-cli'
111111
steps:
112-
- uses: actions/download-artifact@v6
112+
- uses: actions/download-artifact@v7
113113
with:
114114
name: test_pypi
115115
path: dist
@@ -137,7 +137,7 @@ jobs:
137137
fi
138138
139139
- name: Download artifiact
140-
uses: actions/download-artifact@v6
140+
uses: actions/download-artifact@v7
141141
if: steps.check-tag.outputs.match == 'true'
142142
with:
143143
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)