Skip to content

Commit 6ea3574

Browse files
authored
Merge pull request #106 from crate-py/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents bd3f99c + 1a9f688 commit 6ea3574

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
107107
manylinux: auto
108108
- name: Upload wheels
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v5
110110
with:
111111
name: dist-${{ github.job }}-${{ matrix.target }}
112112
path: dist
@@ -148,7 +148,7 @@ jobs:
148148
manylinux: musllinux_1_2
149149
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
150150
- name: Upload wheels
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
name: dist-${{ github.job }}-${{ matrix.target }}
154154
path: dist
@@ -185,7 +185,7 @@ jobs:
185185
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.14' --interpreter ${{ matrix.target == 'x64' && 'pypy3.10' || '' }}
186186
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
187187
- name: Upload wheels
188-
uses: actions/upload-artifact@v4
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: dist-${{ github.job }}-${{ matrix.target }}
191191
path: dist
@@ -243,7 +243,7 @@ jobs:
243243
args: --release --out dist --interpreter ${{ steps.cp311.outputs.python-path }} ${{ steps.cp312.outputs.python-path }} ${{ steps.cp313.outputs.python-path }} ${{ steps.cp314.outputs.python-path }}
244244
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
245245
- name: Upload wheels
246-
uses: actions/upload-artifact@v4
246+
uses: actions/upload-artifact@v5
247247
with:
248248
name: dist-${{ github.job }}-${{ matrix.target }}
249249
path: dist
@@ -277,7 +277,7 @@ jobs:
277277
args: --release --out dist --interpreter '3.13t 3.14t'
278278
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
279279
- name: Upload wheels
280-
uses: actions/upload-artifact@v4
280+
uses: actions/upload-artifact@v5
281281
with:
282282
name: dist-${{ github.job }}-${{ matrix.target }}-free-threaded
283283
path: dist
@@ -315,7 +315,7 @@ jobs:
315315
args: --release --out dist --interpreter '3.10 3.11 3.12 3.13 3.13t 3.14 3.14t pypy3.10 pypy3.11'
316316
sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
317317
- name: Upload wheels
318-
uses: actions/upload-artifact@v4
318+
uses: actions/upload-artifact@v5
319319
with:
320320
name: dist-${{ github.job }}-${{ matrix.target }}
321321
path: dist
@@ -336,7 +336,7 @@ jobs:
336336
command: sdist
337337
args: --out dist
338338
- name: Upload sdist
339-
uses: actions/upload-artifact@v4
339+
uses: actions/upload-artifact@v5
340340
with:
341341
name: dist-${{ github.job }}
342342
path: dist

0 commit comments

Comments
 (0)