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 6161 - name : Build a binary wheel and a source tarball
6262 run : uv build
6363 - name : Store the distribution packages
64- uses : actions/upload-artifact@v5
64+ uses : actions/upload-artifact@v6
6565 with :
6666 name : python-package-distributions
6767 path : dist/
8181
8282 steps :
8383 - name : Download all the dists
84- uses : actions/download-artifact@v6
84+ uses : actions/download-artifact@v7
8585 with :
8686 name : python-package-distributions
8787 path : dist/
@@ -103,7 +103,7 @@ jobs:
103103
104104 steps :
105105 - name : Download all the dists
106- uses : actions/download-artifact@v6
106+ uses : actions/download-artifact@v7
107107 with :
108108 name : python-package-distributions
109109 path : dist/
@@ -150,7 +150,7 @@ jobs:
150150
151151 steps :
152152 - name : Download all the dists
153- uses : actions/download-artifact@v6
153+ uses : actions/download-artifact@v7
154154 with :
155155 name : python-package-distributions
156156 path : dist/
You can’t perform that action at this time.
0 commit comments