Skip to content

Commit 6634493

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] <support@github.com>
1 parent 157d2a7 commit 6634493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5
98+
- uses: actions/download-artifact@v6
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@v5
126+
uses: actions/download-artifact@v6
127127
if: steps.check-tag.outputs.match == 'true'
128128
with:
129129
name: artifact

0 commit comments

Comments
 (0)