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 @@ -318,7 +318,7 @@ jobs:
318318 python-version : ${{ matrix.python }}
319319
320320 - name : Download cpymad wheels
321- uses : actions/download-artifact@v5
321+ uses : actions/download-artifact@v6
322322 with :
323323 name : ${{ matrix.os.dist }}
324324 path : dist
@@ -353,7 +353,7 @@ jobs:
353353 - uses : actions/setup-python@v6
354354 with :
355355 python-version : ' 3.9'
356- - uses : actions/download-artifact@v5
356+ - uses : actions/download-artifact@v6
357357 with :
358358 name : dist-linux-manylinux2014_x86_64
359359 path : dist
@@ -387,7 +387,7 @@ jobs:
387387
388388 steps :
389389 - name : Fetch built distributions
390- uses : actions/download-artifact@v5
390+ uses : actions/download-artifact@v6
391391 with :
392392 path : download
393393
You can’t perform that action at this time.
0 commit comments