File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments