File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 run : |
2727 python -m ducktools.env rebuild_env --zipapp
2828 - name : Store the built zipapp
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : ducktools-zipapp
3232 path : dist/
@@ -45,12 +45,12 @@ jobs:
4545
4646 steps :
4747 - name : Download the zipapp
48- uses : actions/download-artifact@v6
48+ uses : actions/download-artifact@v7
4949 with :
5050 name : ducktools-zipapp
5151 path : dist/
5252 - name : Sign the zipapp with Sigstore
53- uses : sigstore/gh-action-sigstore-python@v3.1 .0
53+ uses : sigstore/gh-action-sigstore-python@v3.2 .0
5454 with :
5555 release-signing-artifacts : false
5656 inputs : >-
Original file line number Diff line number Diff line change 2626 - name : Build a binary wheel and a source tarball
2727 run : python3 -m build
2828 - name : Store the distribution packages
29- uses : actions/upload-artifact@v5
29+ uses : actions/upload-artifact@v6
3030 with :
3131 name : python-package-distributions
3232 path : dist/
4545
4646 steps :
4747 - name : Download all the dists
48- uses : actions/download-artifact@v6
48+ uses : actions/download-artifact@v7
4949 with :
5050 name : python-package-distributions
5151 path : dist/
@@ -66,12 +66,12 @@ jobs:
6666
6767 steps :
6868 - name : Download all the dists
69- uses : actions/download-artifact@v6
69+ uses : actions/download-artifact@v7
7070 with :
7171 name : python-package-distributions
7272 path : dist/
7373 - name : Sign the dists with Sigstore
74- uses : sigstore/gh-action-sigstore-python@v3.1 .0
74+ uses : sigstore/gh-action-sigstore-python@v3.2 .0
7575 with :
7676 release-signing-artifacts : false
7777 inputs : >-
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@v5
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : python-package-distributions
3333 path : dist/
4747
4848 steps :
4949 - name : Download all the dists
50- uses : actions/download-artifact@v6
50+ uses : actions/download-artifact@v7
5151 with :
5252 name : python-package-distributions
5353 path : dist/
You can’t perform that action at this time.
0 commit comments