File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114
114
CIBW_ARCHS : " ${{ matrix.arch }}"
115
115
CIBW_BUILD : " cp39-${{ matrix.build }}*"
116
116
117
- - uses : actions/upload-artifact@v3
117
+ - uses : actions/upload-artifact@v4
118
118
if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119
119
with :
120
120
path : ./wheelhouse/*.whl
@@ -143,7 +143,7 @@ jobs:
143
143
CIBW_MANYLINUX_X86_64_IMAGE : " manylinux2010"
144
144
CIBW_MANYLINUX_I686_IMAGE : " manylinux2010"
145
145
146
- - uses : actions/upload-artifact@v3
146
+ - uses : actions/upload-artifact@v4
147
147
with :
148
148
path : ./wheelhouse/*.whl
149
149
@@ -159,7 +159,7 @@ jobs:
159
159
- name : Build SDist
160
160
run : pipx run build --sdist
161
161
162
- - uses : actions/upload-artifact@v3
162
+ - uses : actions/upload-artifact@v4
163
163
with :
164
164
path : dist/*.tar.gz
165
165
You can’t perform that action at this time.
0 commit comments