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 5353 - name : Build a binary wheel and a source tarball
5454 run : python3 -m build
5555 - name : Store the distribution packages
56- uses : actions/upload-artifact@v3
56+ uses : actions/upload-artifact@v4
5757 with :
5858 name : python-package-distributions
5959 path : dist/
7272 id-token : write # IMPORTANT: mandatory for trusted publishing
7373 steps :
7474 - name : Download all the dists
75- uses : actions/download-artifact@v3
75+ uses : actions/download-artifact@v4
7676 with :
7777 name : python-package-distributions
7878 path : dist/
9898 run : |
9999 echo "Local version: ${{needs.check_version.outputs.localversion}}"
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/
@@ -137,7 +137,7 @@ jobs:
137137
138138 steps :
139139 - name : Download all the dists
140- uses : actions/download-artifact@v3
140+ uses : actions/download-artifact@v4
141141 with :
142142 name : python-package-distributions
143143 path : dist/
You can’t perform that action at this time.
0 commit comments