File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
manylinux : ${{ matrix.manylinux }}
157
157
docker-options : -e UNSAFE_PYO3_SKIP_VERSION_CHECK=1
158
158
- name : Upload wheels
159
- uses : actions/upload-artifact@v3
159
+ uses : actions/upload-artifact@v4
160
160
with :
161
161
name : wheels
162
162
path : dist
@@ -212,7 +212,7 @@ jobs:
212
212
args : --release --out dist -i 3.13t
213
213
sccache : ' true'
214
214
- name : Upload wheels
215
- uses : actions/upload-artifact@v3
215
+ uses : actions/upload-artifact@v4
216
216
with :
217
217
name : wheels
218
218
path : dist
@@ -247,7 +247,7 @@ jobs:
247
247
args : --release --out dist --interpreter ${{ matrix.python_version }}
248
248
sccache : ' true'
249
249
- name : Upload wheels
250
- uses : actions/upload-artifact@v3
250
+ uses : actions/upload-artifact@v4
251
251
with :
252
252
name : wheels
253
253
path : dist
@@ -268,7 +268,7 @@ jobs:
268
268
command : sdist
269
269
args : --out dist
270
270
- name : Upload sdist
271
- uses : actions/upload-artifact@v3
271
+ uses : actions/upload-artifact@v4
272
272
with :
273
273
name : wheels
274
274
path : dist
@@ -291,7 +291,7 @@ jobs:
291
291
- name : Build fallback wheel
292
292
run : python -m build
293
293
- name : Upload sdist
294
- uses : actions/upload-artifact@v3
294
+ uses : actions/upload-artifact@v4
295
295
with :
296
296
name : wheels
297
297
path : dist/*.whl
You can’t perform that action at this time.
0 commit comments