File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 python-version : ["3.12", "3.13"]
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6
2323 with :
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python
2525 run : |
2626 python application/setup.py build
2727 - name : Store the built application
28- uses : actions/upload-artifact@v5
28+ uses : actions/upload-artifact@v6
2929 with :
3030 name : splitguides-app
3131 path : build/SplitGuides_v*.zip
@@ -42,12 +42,12 @@ jobs:
4242 id-token : write # IMPORTANT: mandatory for sigstore
4343 steps :
4444 - name : Download the zipapp
45- uses : actions/download-artifact@v6
45+ uses : actions/download-artifact@v7
4646 with :
4747 name : splitguides-app
4848 path : dist/
4949 - name : Sign the zipapp with Sigstore
50- uses : sigstore/gh-action-sigstore-python@v3.1 .0
50+ uses : sigstore/gh-action-sigstore-python@v3.2 .0
5151 with :
5252 release-signing-artifacts : false
5353 inputs : >-
Original file line number Diff line number Diff line change 1010 runs-on : windows-latest
1111
1212 steps :
13- - uses : actions/checkout@v5
13+ - uses : actions/checkout@v6
1414 with :
1515 fetch-depth : 0
1616 - name : Set up Python
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 1313 runs-on : windows-latest
1414
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 - name : Set up Python
2828 run : >-
2929 python application/setup.py build
3030 - name : Store the built app
31- uses : actions/upload-artifact@v5
31+ uses : actions/upload-artifact@v6
3232 with :
3333 name : splitguides-app-dev
3434 path : build/SplitGuides_v*.zip
3939 runs-on : windows-latest
4040
4141 steps :
42- - uses : actions/checkout@v5
42+ - uses : actions/checkout@v6
4343 with :
4444 fetch-depth : 0
4545 - name : Set up Python
5555 - name : Build a binary wheel and a source tarball
5656 run : python3 -m build
5757 - name : Store the distribution packages
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : python-package-distributions
6161 path : dist/
You can’t perform that action at this time.
0 commit comments