File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed 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/
4343 id-token : write # IMPORTANT: mandatory for trusted publishing
4444 steps :
4545 - name : Download all the dists
46- uses : actions/download-artifact@v5
46+ uses : actions/download-artifact@v6
4747 with :
4848 name : python-package-distributions
4949 path : dist/
@@ -64,12 +64,12 @@ jobs:
6464
6565 steps :
6666 - name : Download all the dists
67- uses : actions/download-artifact@v5
67+ uses : actions/download-artifact@v6
6868 with :
6969 name : python-package-distributions
7070 path : dist/
7171 - name : Sign the dists with Sigstore
72- uses : sigstore/gh-action-sigstore-python@v3.0.1
72+ uses : sigstore/gh-action-sigstore-python@v3.1.0
7373 with :
7474 inputs : >-
7575 ./dist/*.tar.gz
@@ -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