Skip to content

Commit 9e9761d

Browse files
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] <[email protected]>
1 parent 4d1dbab commit 9e9761d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/buildwheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
python-version: ${{ matrix.python-version }}
9292
allow-prereleases: true
93-
- uses: actions/download-artifact@v5
93+
- uses: actions/download-artifact@v6
9494
with:
9595
path: wheelhouse
9696
merge-multiple: true
@@ -285,7 +285,7 @@ jobs:
285285
steps:
286286
# Downloads all artifacts
287287
- name: Download release artifacts
288-
uses: actions/download-artifact@v5
288+
uses: actions/download-artifact@v6
289289
with:
290290
path: wheelhouse
291291
merge-multiple: true
@@ -318,7 +318,7 @@ jobs:
318318
steps:
319319
# Downloads all artifacts
320320
- name: Download release artifacts
321-
uses: actions/download-artifact@v5
321+
uses: actions/download-artifact@v6
322322
with:
323323
path: wheelhouse
324324
merge-multiple: true
@@ -345,7 +345,7 @@ jobs:
345345
- uses: actions/checkout@v5
346346

347347
- name: Download sdist
348-
uses: actions/download-artifact@v5
348+
uses: actions/download-artifact@v6
349349
with:
350350
name: sdist
351351
path: dist

0 commit comments

Comments
 (0)