File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ jobs:
338338 echo "Failed to restore Python virtual environment from cache"
339339 exit 1
340340 - name : Download all coverage artifacts
341- uses : actions/download-artifact@v5 .0.0
341+ uses : actions/download-artifact@v6 .0.0
342342 - name : Combine coverage results
343343 run : |
344344 . venv/bin/activate
Original file line number Diff line number Diff line change 8181 id-token : write
8282 steps :
8383 - name : Download all the dists
84- uses : actions/download-artifact@v5 .0.0
84+ uses : actions/download-artifact@v6 .0.0
8585 with :
8686 name : python-package-distributions
8787 path : dist/
@@ -101,7 +101,7 @@ jobs:
101101 id-token : write
102102 steps :
103103 - name : Download all the dists
104- uses : actions/download-artifact@v5 .0.0
104+ uses : actions/download-artifact@v6 .0.0
105105 with :
106106 name : python-package-distributions
107107 path : dist/
You can’t perform that action at this time.
0 commit comments