@@ -141,7 +141,7 @@ jobs:
141141
142142 - run : rm LICENSE.txt
143143 - name : Download LICENSE.txt
144- uses : actions/download-artifact@v7
144+ uses : actions/download-artifact@v8
145145 with :
146146 name : python-wheel-license
147147 path : .
@@ -209,7 +209,7 @@ jobs:
209209
210210 - run : rm LICENSE.txt
211211 - name : Download LICENSE.txt
212- uses : actions/download-artifact@v7
212+ uses : actions/download-artifact@v8
213213 with :
214214 name : python-wheel-license
215215 path : .
@@ -283,7 +283,7 @@ jobs:
283283
284284 - run : rm LICENSE.txt
285285 - name : Download LICENSE.txt
286- uses : actions/download-artifact@v7
286+ uses : actions/download-artifact@v8
287287 with :
288288 name : python-wheel-license
289289 path : .
@@ -357,7 +357,7 @@ jobs:
357357
358358 - run : rm LICENSE.txt
359359 - name : Download LICENSE.txt
360- uses : actions/download-artifact@v7
360+ uses : actions/download-artifact@v8
361361 with :
362362 name : python-wheel-license
363363 path : .
@@ -406,7 +406,7 @@ jobs:
406406 - uses : actions/checkout@v6
407407 - run : rm LICENSE.txt
408408 - name : Download LICENSE.txt
409- uses : actions/download-artifact@v7
409+ uses : actions/download-artifact@v8
410410 with :
411411 name : python-wheel-license
412412 path : .
@@ -497,7 +497,7 @@ jobs:
497497
498498 # Download the Linux wheel built in the previous job
499499 - name : Download pre-built Linux wheel
500- uses : actions/download-artifact@v7
500+ uses : actions/download-artifact@v8
501501 with :
502502 name : dist-manylinux-x86_64
503503 path : wheels/
0 commit comments