File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ jobs:
300300 run : nox -t build
301301
302302 - name : Store build artifact
303- uses : actions/upload-artifact@v4
303+ uses : actions/upload-artifact@v5
304304 with :
305305 name : build
306306 path : |
@@ -343,7 +343,7 @@ jobs:
343343 run : git checkout ${{ steps.build_docs.outputs.branch_name}}
344344
345345 - name : Store Docs Artifact
346- uses : actions/upload-artifact@v4
346+ uses : actions/upload-artifact@v5
347347 with :
348348 name : docs
349349 path : |
@@ -381,7 +381,7 @@ jobs:
381381 with :
382382 python-version : ${{ matrix.py }}
383383 - name : Download build
384- uses : actions/download-artifact@v4
384+ uses : actions/download-artifact@v6
385385 with :
386386 name : build
387387 path : dist
@@ -430,7 +430,7 @@ jobs:
430430 with :
431431 python-version : " 3.12"
432432 - name : Download build
433- uses : actions/download-artifact@v4
433+ uses : actions/download-artifact@v6
434434 with :
435435 name : build
436436 path : dist
You can’t perform that action at this time.
0 commit comments