|
77 | 77 | - name: Build SDist and wheel |
78 | 78 | run: pipx run build |
79 | 79 |
|
80 | | - - uses: actions/upload-artifact@v6 |
| 80 | + - uses: actions/upload-artifact@v7 |
81 | 81 | with: |
82 | 82 | name: Packages |
83 | 83 | path: dist/* |
@@ -148,13 +148,13 @@ publish: |
148 | 148 | runs-on: ubuntu-latest |
149 | 149 | if: github.event_name == 'release' && github.event.action == 'published' |
150 | 150 | steps: |
151 | | - - uses: actions/download-artifact@v7 |
| 151 | + - uses: actions/download-artifact@v8 |
152 | 152 | with: |
153 | 153 | name: Packages |
154 | 154 | path: dist |
155 | 155 |
|
156 | 156 | - name: Generate artifact attestation for sdist and wheel |
157 | | - uses: actions/attest-build-provenance@v3 |
| 157 | + uses: actions/attest-build-provenance@v4 |
158 | 158 | with: |
159 | 159 | subject-path: "dist/*" |
160 | 160 |
|
@@ -182,7 +182,7 @@ publish: |
182 | 182 | runs-on: ubuntu-latest |
183 | 183 | if: github.event_name == 'release' && github.event.action == 'published' |
184 | 184 | steps: |
185 | | - - uses: actions/download-artifact@v7 |
| 185 | + - uses: actions/download-artifact@v8 |
186 | 186 | with: |
187 | 187 | name: Packages |
188 | 188 | path: dist |
@@ -246,13 +246,13 @@ jobs: |
246 | 246 | if: github.event_name == 'release' && github.event.action == 'published' |
247 | 247 |
|
248 | 248 | steps: |
249 | | - - uses: actions/download-artifact@v7 |
| 249 | + - uses: actions/download-artifact@v8 |
250 | 250 | with: |
251 | 251 | name: Packages |
252 | 252 | path: dist |
253 | 253 |
|
254 | 254 | - name: Generate artifact attestation for sdist and wheel |
255 | | - uses: actions/attest-build-provenance@v3 |
| 255 | + uses: actions/attest-build-provenance@v4 |
256 | 256 | with: |
257 | 257 | subject-path: "dist/*" |
258 | 258 |
|
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | if: github.event_name == 'release' && github.event.action == 'published' |
295 | 295 |
|
296 | 296 | steps: |
297 | | - - uses: actions/download-artifact@v7 |
| 297 | + - uses: actions/download-artifact@v8 |
298 | 298 | with: |
299 | 299 | name: Packages |
300 | 300 | path: dist |
|
0 commit comments