Skip to content

Commit 74f19b0

Browse files
Merge pull request #315 from flintlib/dependabot/github_actions/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 8235eb4 + 5145bdd commit 74f19b0

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)