Skip to content

Commit 081ee52

Browse files
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 86b61e5 commit 081ee52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,12 @@ jobs:
179179
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
180180

181181
steps:
182-
- uses: actions/download-artifact@v5
182+
- uses: actions/download-artifact@v6
183183
with:
184184
path: dist
185185
pattern: wheels-for-*
186186
merge-multiple: true
187-
- uses: actions/download-artifact@v5
187+
- uses: actions/download-artifact@v6
188188
with:
189189
path: dist
190190
pattern: sdist

0 commit comments

Comments
 (0)