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 @@ -261,39 +261,39 @@ jobs:
261261 - uses : actions/setup-python@v6
262262 with :
263263 python-version : ${{ matrix.python-version }}
264- - uses : actions/download-artifact@v5
264+ - uses : actions/download-artifact@v6
265265 with :
266266 name : ubuntu-latest-3.9
267267 path : /tmp/u39
268- - uses : actions/download-artifact@v5
268+ - uses : actions/download-artifact@v6
269269 with :
270270 name : ubuntu-latest-3.10
271271 path : /tmp/u310
272- - uses : actions/download-artifact@v5
272+ - uses : actions/download-artifact@v6
273273 with :
274274 name : ubuntu-latest-3.11
275275 path : /tmp/u311
276- - uses : actions/download-artifact@v5
276+ - uses : actions/download-artifact@v6
277277 with :
278278 name : ubuntu-latest-3.12
279279 path : /tmp/u312
280- - uses : actions/download-artifact@v5
280+ - uses : actions/download-artifact@v6
281281 with :
282282 name : ubuntu-latest-3.13
283283 path : /tmp/u313
284- - uses : actions/download-artifact@v5
284+ - uses : actions/download-artifact@v6
285285 with :
286286 name : macos-latest-3.9
287287 path : /tmp/m39
288- - uses : actions/download-artifact@v5
288+ - uses : actions/download-artifact@v6
289289 with :
290290 name : macos-latest-3.13
291291 path : /tmp/m313
292- - uses : actions/download-artifact@v5
292+ - uses : actions/download-artifact@v6
293293 with :
294294 name : windows-latest-3.9
295295 path : /tmp/w39
296- - uses : actions/download-artifact@v5
296+ - uses : actions/download-artifact@v6
297297 with :
298298 name : windows-latest-3.13
299299 path : /tmp/w313
You can’t perform that action at this time.
0 commit comments