@@ -33,15 +33,15 @@ jobs:
3333 attestations : write
3434 id-token : write
3535 steps :
36- - uses : actions/checkout@v5
36+ - uses : actions/checkout@v6
3737 with :
3838 fetch-depth : 0
3939 - uses : hynek/build-and-inspect-python-package@v2
4040 with :
4141 path : bsmschema
4242 attest-build-provenance-github : ${{ github.event_name != 'pull_request' }}
4343 - name : Upload uv.lock
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v6
4545 with :
4646 name : Lockfile
4747 path : |
@@ -61,20 +61,20 @@ jobs:
6161 DEPENDS : ${{ matrix.dependencies }}
6262
6363 steps :
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 if : matrix.source == 'repo'
6666 with :
6767 submodules : recursive
6868 fetch-depth : 0
6969 - name : Download packages built by build-and-inspect-python-package
7070 if : matrix.source == 'sdist'
71- uses : actions/download-artifact@v6
71+ uses : actions/download-artifact@v7
7272 with :
7373 name : Packages
7474 path : dist
7575 - name : Download lockfile
7676 if : matrix.source == 'sdist'
77- uses : actions/download-artifact@v6
77+ uses : actions/download-artifact@v7
7878 with :
7979 name : Lockfile
8080 - name : Extract sdist
@@ -114,7 +114,7 @@ jobs:
114114
115115 steps :
116116 - name : Download packages built by build-and-inspect-python-package
117- uses : actions/download-artifact@v6
117+ uses : actions/download-artifact@v7
118118 with :
119119 name : Packages
120120 path : dist
0 commit comments