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:
114114 CIBW_ARCHS : " ${{ matrix.arch }}"
115115 CIBW_BUILD : " cp39-${{ matrix.build }}*"
116116
117- - uses : actions/upload-artifact@v3
117+ - uses : actions/upload-artifact@v4
118118 if : (!matrix.use_qemu) || fromJSON(env.USE_QEMU)
119119 with :
120120 path : ./wheelhouse/*.whl
@@ -143,7 +143,7 @@ jobs:
143143 CIBW_MANYLINUX_X86_64_IMAGE : " manylinux2010"
144144 CIBW_MANYLINUX_I686_IMAGE : " manylinux2010"
145145
146- - uses : actions/upload-artifact@v3
146+ - uses : actions/upload-artifact@v4
147147 with :
148148 path : ./wheelhouse/*.whl
149149
@@ -159,7 +159,7 @@ jobs:
159159 - name : Build SDist
160160 run : pipx run build --sdist
161161
162- - uses : actions/upload-artifact@v3
162+ - uses : actions/upload-artifact@v4
163163 with :
164164 path : dist/*.tar.gz
165165
You can’t perform that action at this time.
0 commit comments