Skip to content

Commit 5145bdd

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8235eb4 commit 5145bdd

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
@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
python-version: ${{ matrix.python-version }}
103103
allow-prereleases: true
104-
- uses: actions/download-artifact@v4
104+
- uses: actions/download-artifact@v5
105105
with:
106106
path: wheelhouse
107107
merge-multiple: true
@@ -296,7 +296,7 @@ jobs:
296296
steps:
297297
# Downloads all artifacts
298298
- name: Download release artifacts
299-
uses: actions/download-artifact@v4
299+
uses: actions/download-artifact@v5
300300
with:
301301
path: wheelhouse
302302
merge-multiple: true
@@ -329,7 +329,7 @@ jobs:
329329
steps:
330330
# Downloads all artifacts
331331
- name: Download release artifacts
332-
uses: actions/download-artifact@v4
332+
uses: actions/download-artifact@v5
333333
with:
334334
path: wheelhouse
335335
merge-multiple: true
@@ -356,7 +356,7 @@ jobs:
356356
- uses: actions/checkout@v4
357357

358358
- name: Download sdist
359-
uses: actions/download-artifact@v4
359+
uses: actions/download-artifact@v5
360360
with:
361361
name: sdist
362362
path: dist

0 commit comments

Comments
 (0)