@@ -169,7 +169,7 @@ jobs:
169169 run : |
170170 echo ${{ env.CHANNELS }}
171171 - name : Download artifact
172- uses : actions/download-artifact@v4
172+ uses : actions/download-artifact@v5
173173 with :
174174 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
175175 - name : Add conda to system path
@@ -270,7 +270,7 @@ jobs:
270270 echo ${{ env.CHANNELS }}
271271
272272 - name : Download artifact
273- uses : actions/download-artifact@v4
273+ uses : actions/download-artifact@v5
274274 with :
275275 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
276276
@@ -426,12 +426,12 @@ jobs:
426426 python : ['3.9', '3.10', '3.11', '3.12', '3.13']
427427 steps :
428428 - name : Download conda artifact
429- uses : actions/download-artifact@v4
429+ uses : actions/download-artifact@v5
430430 with :
431431 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
432432
433433 - name : Download wheel artifact
434- uses : actions/download-artifact@v4
434+ uses : actions/download-artifact@v5
435435 with :
436436 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
437437
@@ -465,12 +465,12 @@ jobs:
465465 python : ['3.9', '3.10', '3.11', '3.12', '3.13']
466466 steps :
467467 - name : Download artifact
468- uses : actions/download-artifact@v4
468+ uses : actions/download-artifact@v5
469469 with :
470470 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
471471
472472 - name : Download wheel artifact
473- uses : actions/download-artifact@v4
473+ uses : actions/download-artifact@v5
474474 with :
475475 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
476476
@@ -531,7 +531,7 @@ jobs:
531531 with :
532532 fetch-depth : 0
533533 - name : Download artifact
534- uses : actions/download-artifact@v4
534+ uses : actions/download-artifact@v5
535535 with :
536536 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
537537 - name : Add conda to system path
@@ -706,7 +706,7 @@ jobs:
706706 git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
707707 cd array-api-tests
708708 - name : Download artifact
709- uses : actions/download-artifact@v4
709+ uses : actions/download-artifact@v5
710710 with :
711711 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
712712 - name : Add conda to system path
0 commit comments