@@ -169,7 +169,7 @@ jobs:
169
169
run : |
170
170
echo ${{ env.CHANNELS }}
171
171
- name : Download artifact
172
- uses : actions/download-artifact@v4
172
+ uses : actions/download-artifact@v5
173
173
with :
174
174
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
175
175
- name : Add conda to system path
@@ -270,7 +270,7 @@ jobs:
270
270
echo ${{ env.CHANNELS }}
271
271
272
272
- name : Download artifact
273
- uses : actions/download-artifact@v4
273
+ uses : actions/download-artifact@v5
274
274
with :
275
275
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
276
276
@@ -426,12 +426,12 @@ jobs:
426
426
python : ['3.9', '3.10', '3.11', '3.12', '3.13']
427
427
steps :
428
428
- name : Download conda artifact
429
- uses : actions/download-artifact@v4
429
+ uses : actions/download-artifact@v5
430
430
with :
431
431
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
432
432
433
433
- name : Download wheel artifact
434
- uses : actions/download-artifact@v4
434
+ uses : actions/download-artifact@v5
435
435
with :
436
436
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
437
437
@@ -465,12 +465,12 @@ jobs:
465
465
python : ['3.9', '3.10', '3.11', '3.12', '3.13']
466
466
steps :
467
467
- name : Download artifact
468
- uses : actions/download-artifact@v4
468
+ uses : actions/download-artifact@v5
469
469
with :
470
470
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
471
471
472
472
- name : Download wheel artifact
473
- uses : actions/download-artifact@v4
473
+ uses : actions/download-artifact@v5
474
474
with :
475
475
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
476
476
@@ -531,7 +531,7 @@ jobs:
531
531
with :
532
532
fetch-depth : 0
533
533
- name : Download artifact
534
- uses : actions/download-artifact@v4
534
+ uses : actions/download-artifact@v5
535
535
with :
536
536
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
537
537
- name : Add conda to system path
@@ -706,7 +706,7 @@ jobs:
706
706
git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
707
707
cd array-api-tests
708
708
- name : Download artifact
709
- uses : actions/download-artifact@v4
709
+ uses : actions/download-artifact@v5
710
710
with :
711
711
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
712
712
- name : Add conda to system path
0 commit comments