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 @@ -310,39 +310,39 @@ jobs:
310310 - uses : actions/setup-python@v6
311311 with :
312312 python-version : ${{ matrix.python-version }}
313- - uses : actions/download-artifact@v5
313+ - uses : actions/download-artifact@v6
314314 with :
315315 name : ubuntu-latest-3.9
316316 path : /tmp/o39
317- - uses : actions/download-artifact@v5
317+ - uses : actions/download-artifact@v6
318318 with :
319319 name : ubuntu-latest-3.10
320320 path : /tmp/o310
321- - uses : actions/download-artifact@v5
321+ - uses : actions/download-artifact@v6
322322 with :
323323 name : ubuntu-latest-3.11
324324 path : /tmp/o311
325- - uses : actions/download-artifact@v5
325+ - uses : actions/download-artifact@v6
326326 with :
327327 name : ubuntu-latest-3.12
328328 path : /tmp/o312
329- - uses : actions/download-artifact@v5
329+ - uses : actions/download-artifact@v6
330330 with :
331331 name : ubuntu-latest-3.13
332332 path : /tmp/o313
333- - uses : actions/download-artifact@v5
333+ - uses : actions/download-artifact@v6
334334 with :
335335 name : macos-latest-3.9
336336 path : /tmp/m39
337- - uses : actions/download-artifact@v5
337+ - uses : actions/download-artifact@v6
338338 with :
339339 name : macos-latest-3.11
340340 path : /tmp/m311
341- - uses : actions/download-artifact@v5
341+ - uses : actions/download-artifact@v6
342342 with :
343343 name : windows-latest-3.9
344344 path : /tmp/w39
345- - uses : actions/download-artifact@v5
345+ - uses : actions/download-artifact@v6
346346 with :
347347 name : windows-latest-3.12
348348 path : /tmp/w312
You can’t perform that action at this time.
0 commit comments