Skip to content

Commit f3185a8

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 d65b44c commit f3185a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/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/libnvme'
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

0 commit comments

Comments
 (0)