File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 cp README.md ./build
2424 python3 -m build build
2525 - name : Store the distribution packages
26- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : python-package-distributions
2929 path : build/dist/
4343
4444 steps :
4545 - name : Download all the dists
46- uses : actions/download-artifact@v3
46+ uses : actions/download-artifact@v4
4747 with :
4848 name : python-package-distributions
4949 path : build/dist/
6767
6868 steps :
6969 - name : Download all the dists
70- uses : actions/download-artifact@v3
70+ uses : actions/download-artifact@v4
7171 with :
7272 name : python-package-distributions
7373 path : build/dist/
Original file line number Diff line number Diff line change 2828 cp README.md ./build
2929 python3 -m build build
3030 - name : Store the distribution packages
31- uses : actions/upload-artifact@v3
31+ uses : actions/upload-artifact@v4
3232 with :
3333 name : python-package-distributions
3434 path : build/dist/
4848
4949 steps :
5050 - name : Download all the dists
51- uses : actions/download-artifact@v3
51+ uses : actions/download-artifact@v4
5252 with :
5353 name : python-package-distributions
5454 path : build/dist/
You can’t perform that action at this time.
0 commit comments