Skip to content

Commit 9205ac2

Browse files
authored
Merge pull request #188 from projectsyn/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents 33d8360 + bad68d2 commit 9205ac2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
7575
manylinux: auto
7676
- name: Upload wheels
77-
uses: actions/upload-artifact@v4
77+
uses: actions/upload-artifact@v5
7878
with:
7979
name: wheels-linux-${{ matrix.platform.target }}
8080
path: dist
@@ -147,7 +147,7 @@ jobs:
147147
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
148148
manylinux: musllinux_1_2
149149
- name: Upload wheels
150-
uses: actions/upload-artifact@v4
150+
uses: actions/upload-artifact@v5
151151
with:
152152
name: wheels-musllinux-${{ matrix.platform.target }}
153153
path: dist
@@ -213,7 +213,7 @@ jobs:
213213
args: --release --out dist --find-interpreter
214214
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
215215
- name: Upload wheels
216-
uses: actions/upload-artifact@v4
216+
uses: actions/upload-artifact@v5
217217
with:
218218
name: wheels-windows-${{ matrix.platform.target }}
219219
path: dist
@@ -258,7 +258,7 @@ jobs:
258258
args: --release --out dist --find-interpreter
259259
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
260260
- name: Upload wheels
261-
uses: actions/upload-artifact@v4
261+
uses: actions/upload-artifact@v5
262262
with:
263263
name: wheels-macos-${{ matrix.platform.target }}
264264
path: dist
@@ -290,7 +290,7 @@ jobs:
290290
command: sdist
291291
args: --out dist
292292
- name: Upload sdist
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v5
294294
with:
295295
name: wheels-sdist
296296
path: dist
@@ -308,7 +308,7 @@ jobs:
308308
# Used to generate artifact attestation
309309
attestations: write
310310
steps:
311-
- uses: actions/download-artifact@v5
311+
- uses: actions/download-artifact@v6
312312
- name: Generate artifact attestation
313313
uses: actions/attest-build-provenance@v3
314314
with:

0 commit comments

Comments
 (0)