3232 runs-on : ubuntu-latest
3333 timeout-minutes : 6
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 with :
3737 # TODO: This can be very expensive for large repos. Is there a better way to do this?
3838 # Fetch all history and tags for setuptools_scm to work
6161 permissions :
6262 id-token : write # IMPORTANT: mandatory for trusted publishing
6363 steps :
64- - uses : actions/download-artifact@v4
64+ - uses : actions/download-artifact@v5
6565 with :
6666 name : python-package-distributions
6767 path : dist/
8484 permissions :
8585 id-token : write # IMPORTANT: mandatory for trusted publishing
8686 steps :
87- - uses : actions/download-artifact@v4
87+ - uses : actions/download-artifact@v5
8888 with :
8989 name : python-package-distributions
9090 path : dist/
@@ -105,7 +105,7 @@ jobs:
105105 steps :
106106
107107 # Generate the release notes
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v5
109109 with :
110110 # TODO: This can be very expensive for large repos. Is there a better way to do this?
111111 # Fetch all history and tags for setuptools_scm to work
@@ -119,12 +119,12 @@ jobs:
119119
120120 # Sign the package distributions with Sigstore
121121 # https://github.com/marketplace/actions/gh-action-sigstore-python
122- - uses : actions/download-artifact@v4
122+ - uses : actions/download-artifact@v5
123123 with :
124124 name : python-package-distributions
125125 path : dist/
126126 - name : Sign the dists with Sigstore
127- uses : sigstore/gh-action-sigstore-python@v3.0.0
127+ uses : sigstore/gh-action-sigstore-python@v3.0.1
128128 with :
129129 inputs : >-
130130 ./dist/*.tar.gz
0 commit comments