File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8787 ls -lh dist/
8888
8989 - name : Upload artifact
90- uses : actions/upload-artifact@v5
90+ uses : actions/upload-artifact@v6
9191 with :
9292 name : pyos-sphinx-theme-artifact
9393 path : dist/
Original file line number Diff line number Diff line change 4343 ls -lh dist/
4444 # Store an artifact of the build to use in the publish step below
4545 - name : Store the distribution packages
46- uses : actions/upload-artifact@v5
46+ uses : actions/upload-artifact@v6
4747 with :
4848 name : python-package-distributions
4949 path : dist/
6262 steps :
6363 # Version 4 doesn't support github enterprise yet
6464 - name : Download all the dists
65- uses : actions/download-artifact@v6
65+ uses : actions/download-artifact@v7
6666 with :
6767 name : python-package-distributions
6868 path : dist/
8484 id-token : write # this permission is mandatory for sigstore
8585 steps :
8686 - name : Download all the dists
87- uses : actions/download-artifact@v6
87+ uses : actions/download-artifact@v7
8888 with :
8989 name : python-package-distributions
9090 path : dist/
You can’t perform that action at this time.
0 commit comments