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 2121 - name : Build a binary wheel and a source tarball
2222 run : python3 -m build
2323 - name : Store the distribution packages
24- uses : actions/upload-artifact@v3
24+ uses : actions/upload-artifact@v4
2525 with :
2626 name : python-package-distributions
2727 path : dist/
4242
4343 steps :
4444 - name : Download all the dists
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : python-package-distributions
4848 path : dist/
6161
6262 steps :
6363 - name : Download all the dists
64- uses : actions/download-artifact@v3
64+ uses : actions/download-artifact@v4
6565 with :
6666 name : python-package-distributions
6767 path : dist/
9898
9999 steps :
100100 - name : Download all the dists
101- uses : actions/download-artifact@v3
101+ uses : actions/download-artifact@v4
102102 with :
103103 name : python-package-distributions
104104 path : dist/
You can’t perform that action at this time.
0 commit comments