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 2727 - name : Build a binary wheel and a source tarball
2828 run : python3 -m build
2929 - name : Store the distribution packages
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : python-package-distributions
3333 path : dist/
4747
4848 steps :
4949 - name : Download all the dists
50- uses : actions/download-artifact@v4
50+ uses : actions/download-artifact@v6
5151 with :
5252 name : python-package-distributions
5353 path : dist/
6868
6969 steps :
7070 - name : Download all the dists
71- uses : actions/download-artifact@v4
71+ uses : actions/download-artifact@v6
7272 with :
7373 name : python-package-distributions
7474 path : dist/
@@ -112,7 +112,7 @@ jobs:
112112
113113 steps :
114114 - name : Download all the dists
115- uses : actions/download-artifact@v4
115+ uses : actions/download-artifact@v6
116116 with :
117117 name : python-package-distributions
118118 path : dist/
You can’t perform that action at this time.
0 commit comments