Skip to content

Commit 2e613be

Browse files
Merge pull request #372 from flintlib/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents b0bc9ba + 620b771 commit 2e613be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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@v7
93+
- uses: actions/download-artifact@v8
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@v7
288+
uses: actions/download-artifact@v8
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@v7
321+
uses: actions/download-artifact@v8
322322
with:
323323
path: wheelhouse
324324
merge-multiple: true
@@ -345,7 +345,7 @@ jobs:
345345
- uses: actions/checkout@v6.0.2
346346

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

0 commit comments

Comments
 (0)