File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -266,39 +266,39 @@ jobs:
266266 - uses : actions/setup-python@v6
267267 with :
268268 python-version : ${{ matrix.python-version }}
269- - uses : actions/download-artifact@v5
269+ - uses : actions/download-artifact@v6
270270 with :
271271 name : ubuntu-latest-3.9
272272 path : /tmp/u39
273- - uses : actions/download-artifact@v5
273+ - uses : actions/download-artifact@v6
274274 with :
275275 name : ubuntu-latest-3.10
276276 path : /tmp/u310
277- - uses : actions/download-artifact@v5
277+ - uses : actions/download-artifact@v6
278278 with :
279279 name : ubuntu-latest-3.11
280280 path : /tmp/u311
281- - uses : actions/download-artifact@v5
281+ - uses : actions/download-artifact@v6
282282 with :
283283 name : ubuntu-latest-3.12
284284 path : /tmp/u312
285- - uses : actions/download-artifact@v5
285+ - uses : actions/download-artifact@v6
286286 with :
287287 name : ubuntu-latest-3.13
288288 path : /tmp/u313
289- - uses : actions/download-artifact@v5
289+ - uses : actions/download-artifact@v6
290290 with :
291291 name : macos-latest-3.9
292292 path : /tmp/m39
293- - uses : actions/download-artifact@v5
293+ - uses : actions/download-artifact@v6
294294 with :
295295 name : macos-latest-3.13
296296 path : /tmp/m313
297- - uses : actions/download-artifact@v5
297+ - uses : actions/download-artifact@v6
298298 with :
299299 name : windows-latest-3.9
300300 path : /tmp/w39
301- - uses : actions/download-artifact@v5
301+ - uses : actions/download-artifact@v6
302302 with :
303303 name : windows-latest-3.13
304304 path : /tmp/w313
You can’t perform that action at this time.
0 commit comments