Skip to content

Commit b737704

Browse files
deps(workflows): bump actions/download-artifact from 6 to 7 (#258)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 359d25c commit b737704

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,15 +315,15 @@ jobs:
315315
timeout-minutes: 15
316316
steps:
317317
- name: Download built sdist
318-
uses: actions/download-artifact@v6
318+
uses: actions/download-artifact@v7
319319
with:
320320
# unpacks default artifact into dist/
321321
# if `name: artifact` is omitted, the action will create extra parent dir
322322
name: sdist
323323
path: dist
324324

325325
- name: Download built wheels
326-
uses: actions/download-artifact@v6
326+
uses: actions/download-artifact@v7
327327
with:
328328
pattern: wheels-*
329329
path: dist
@@ -386,7 +386,7 @@ jobs:
386386
fi
387387
388388
- name: Download built artifacts
389-
uses: actions/download-artifact@v6
389+
uses: actions/download-artifact@v7
390390
with:
391391
# unpacks default artifact into dist/
392392
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)