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 @@ -312,39 +312,39 @@ jobs:
312312 - uses : actions/setup-python@v6
313313 with :
314314 python-version : ${{ matrix.python-version }}
315- - uses : actions/download-artifact@v5
315+ - uses : actions/download-artifact@v6
316316 with :
317317 name : ubuntu-latest-3.9
318318 path : /tmp/o39
319- - uses : actions/download-artifact@v5
319+ - uses : actions/download-artifact@v6
320320 with :
321321 name : ubuntu-latest-3.10
322322 path : /tmp/o310
323- - uses : actions/download-artifact@v5
323+ - uses : actions/download-artifact@v6
324324 with :
325325 name : ubuntu-latest-3.11
326326 path : /tmp/o311
327- - uses : actions/download-artifact@v5
327+ - uses : actions/download-artifact@v6
328328 with :
329329 name : ubuntu-latest-3.12
330330 path : /tmp/o312
331- - uses : actions/download-artifact@v5
331+ - uses : actions/download-artifact@v6
332332 with :
333333 name : ubuntu-latest-3.13
334334 path : /tmp/o313
335- - uses : actions/download-artifact@v5
335+ - uses : actions/download-artifact@v6
336336 with :
337337 name : macos-latest-3.9
338338 path : /tmp/m39
339- - uses : actions/download-artifact@v5
339+ - uses : actions/download-artifact@v6
340340 with :
341341 name : macos-latest-3.11
342342 path : /tmp/m311
343- - uses : actions/download-artifact@v5
343+ - uses : actions/download-artifact@v6
344344 with :
345345 name : windows-latest-3.9
346346 path : /tmp/w39
347- - uses : actions/download-artifact@v5
347+ - uses : actions/download-artifact@v6
348348 with :
349349 name : windows-latest-3.12
350350 path : /tmp/w312
You can’t perform that action at this time.
0 commit comments