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