4141 build :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
4747 - uses : actions/setup-python@v5
@@ -73,13 +73,13 @@ jobs:
7373 steps :
7474 - name : Download sdist and wheel artifacts
7575 if : matrix.package != 'archive'
76- uses : actions/download-artifact@v4
76+ uses : actions/download-artifact@v5
7777 with :
7878 name : dist
7979 path : dist/
8080 - name : Download git archive artifact
8181 if : matrix.package == 'archive'
82- uses : actions/download-artifact@v4
82+ uses : actions/download-artifact@v5
8383 with :
8484 name : archive
8585 path : archive/
@@ -196,7 +196,7 @@ jobs:
196196 ARCH : ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
197197
198198 steps :
199- - uses : actions/checkout@v4
199+ - uses : actions/checkout@v5
200200 with :
201201 submodules : recursive
202202 fetch-depth : 0
@@ -257,7 +257,7 @@ jobs:
257257 check : ['style', 'doctest', 'typecheck', 'spellcheck']
258258
259259 steps :
260- - uses : actions/checkout@v4
260+ - uses : actions/checkout@v5
261261 - name : Set up Python ${{ matrix.python-version }}
262262 uses : actions/setup-python@v5
263263 with :
@@ -280,7 +280,7 @@ jobs:
280280 id-token : write
281281 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
282282 steps :
283- - uses : actions/download-artifact@v4
283+ - uses : actions/download-artifact@v5
284284 with :
285285 name : dist
286286 path : dist/
0 commit comments