File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 69
69
run : twine check dist/*
70
70
71
71
- name : Upload sdist result
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4
73
73
with :
74
74
name : sdist
75
75
path : dist/*.tar.gz
@@ -140,7 +140,7 @@ jobs:
140
140
platforms : arm64
141
141
142
142
- name : Download sdist
143
- uses : actions/download-artifact@v3
143
E438
+ uses : actions/download-artifact@v4
144
144
with :
145
145
name : sdist
146
146
path : dist/
@@ -186,7 +186,7 @@ jobs:
186
186
CIBW_ARCHS : ${{ matrix.cibw_archs }}
187
187
if : matrix.cibw_archs != 'aarch64'
188
188
189
- - uses : actions/upload-artifact@v3
189
+ - uses : actions/upload-artifact@v4
190
190
with :
191
191
name : wheels
192
192
path : ./wheelhouse/*.whl
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ jobs:
339
339
with :
340
340
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }}"
341
341
342
- - uses : actions/upload-artifact@v3
342
+ - uses : actions/upload-artifact@v4
343
343
if : failure()
344
344
with :
345
345
name : " ${{ matrix.python-version }} ${{ matrix.os }} ${{ matrix.name-suffix }} result images"
You can’t perform that action at this time.
0 commit comments