@@ -168,7 +168,7 @@ jobs:
168168 run : |
169169 echo ${{ env.CHANNELS }}
170170 - name : Download artifact
171- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
171+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
172172 with :
173173 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
174174 - name : Add conda to system path
@@ -269,7 +269,7 @@ jobs:
269269 echo ${{ env.CHANNELS }}
270270
271271 - name : Download artifact
272- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
272+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
273273 with :
274274 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
275275
@@ -424,12 +424,12 @@ jobs:
424424 python : ['3.10', '3.11', '3.12', '3.13', '3.14']
425425 steps :
426426 - name : Download conda artifact
427- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
427+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
428428 with :
429429 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
430430
431431 - name : Download wheel artifact
432- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
432+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
433433 with :
434434 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
435435
@@ -471,12 +471,12 @@ jobs:
471471 python : ['3.10', '3.11', '3.12', '3.13', '3.14']
472472 steps :
473473 - name : Download artifact
474- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
474+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
475475 with :
476476 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
477477
478478 - name : Download wheel artifact
479- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
479+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
480480 with :
481481 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
482482
@@ -535,7 +535,7 @@ jobs:
535535 with :
536536 fetch-depth : 0
537537 - name : Download artifact
538- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
538+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
539539 with :
540540 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
541541 - name : Add conda to system path
@@ -710,7 +710,7 @@ jobs:
710710 git clone --recurse-submodules https://github.com/data-apis/array-api-tests array-api-tests
711711 cd array-api-tests
712712 - name : Download artifact
713- uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
713+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
714714 with :
715715 name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
716716 - name : Add conda to system path
0 commit comments