File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 - uses : actions/checkout@v6
6262
6363 - name : Download updated files
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 with :
6666 name : updated-files
6767 path : .
9292 - uses : actions/checkout@v6
9393
9494 - name : Download updated files
95- uses : actions/download-artifact@v4
95+ uses : actions/download-artifact@v8
9696 with :
9797 name : updated-files
9898 path : .
@@ -170,7 +170,7 @@ jobs:
170170 - uses : actions/checkout@v6
171171
172172 - name : Download updated files
173- uses : actions/download-artifact@v4
173+ uses : actions/download-artifact@v8
174174 with :
175175 name : updated-files
176176 path : .
@@ -240,14 +240,14 @@ jobs:
240240 - uses : actions/checkout@v6
241241
242242 - name : Download all wheels
243- uses : actions/download-artifact@v4
243+ uses : actions/download-artifact@v8
244244 with :
245245 pattern : wheels-*
246246 merge-multiple : true
247247 path : ./dist
248248
249249 - name : Download updated files
250- uses : actions/download-artifact@v4
250+ uses : actions/download-artifact@v8
251251 with :
252252 name : updated-files
253253 path : .
You can’t perform that action at this time.
0 commit comments