1616 doTag : ${{ steps.checkTag.outputs.doTag }}
1717 newVersion : ${{ steps.checkTag.outputs.newVersion }}
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - name : Use Python 3.10
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : " 3.10"
2424 - name : Check current tag
4646 - get-current-version
4747 if : ${{ needs.get-current-version.outputs.doTag == 'true' }}
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v6
5050 - name : Push the new tag
5151 run : |
5252 git config --global user.name "DiamondLightSource-build-server"
6464 - get-current-version
6565 if : ${{ needs.get-current-version.outputs.doTag == 'true' }}
6666 steps :
67- - uses : actions/checkout@v4
67+ - uses : actions/checkout@v6
6868 - name : Set up Python 3.10
69- uses : actions/setup-python@v5
69+ uses : actions/setup-python@v6
7070 with :
7171 python-version : " 3.10"
7272 - name : Install pypa/build
7878 - name : Build python package
7979 run : python3 -m build
8080 - name : Store built package artifact
81- uses : actions/upload-artifact@v4
81+ uses : actions/upload-artifact@v5
8282 with :
8383 name : package-distributions
8484 path : dist/
@@ -100,7 +100,7 @@ jobs:
100100
101101 steps :
102102 - name : Download all the dists
103- uses : actions/download-artifact@v4
103+ uses : actions/download-artifact@v6
104104 with :
105105 name : package-distributions
106106 path : dist/
@@ -123,12 +123,12 @@ jobs:
123123
124124 steps :
125125 - name : Download all the dists
126- uses : actions/download-artifact@v4
126+ uses : actions/download-artifact@v6
127127 with :
128128 name : package-distributions
129129 path : dist/
130130 - name : Sign the dists with Sigstore
131- uses : sigstore/gh-action-sigstore-python@v3.0 .0
131+ uses : sigstore/gh-action-sigstore-python@v3.2 .0
132132 with :
133133 inputs : >-
134134 ./dist/*.tar.gz
0 commit comments