File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Build a binary wheel and a source tarball
2525 run : python3 -m build
2626 - name : Store the distribution packages
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@v5
2828 with :
2929 name : python-package-distributions
3030 path : dist/
4444
4545 steps :
4646 - name : Download all the dists
47- uses : actions/download-artifact@v5
47+ uses : actions/download-artifact@v6
4848 with :
4949 name : python-package-distributions
5050 path : dist/
6565
6666 steps :
6767 - name : Download all the dists
68- uses : actions/download-artifact@v5
68+ uses : actions/download-artifact@v6
6969 with :
7070 name : python-package-distributions
7171 path : dist/
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Download all the dists
112- uses : actions/download-artifact@v5
112+ uses : actions/download-artifact@v6
113113 with :
114114 name : python-package-distributions
115115 path : dist/
You can’t perform that action at this time.
0 commit comments