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 2828 CIBW_ARCHS_MACOS : " x86_64,arm64"
2929 CIBW_SKIP : " pp* *-win32 *-manylinux_i686 *-musl*"
3030
31- - uses : actions/upload-artifact@v3
31+ - uses : actions/upload-artifact@v4
3232 with :
3333 path : ./wheelhouse/*.whl
3434
@@ -41,15 +41,15 @@ jobs:
4141 - name : Build sdist
4242 run : pipx run build --sdist
4343
44- - uses : actions/upload-artifact@v3
44+ - uses : actions/upload-artifact@v4
4545 with :
4646 path : dist/*.tar.gz
4747
4848 upload_pypi :
4949 needs : [build_wheels, build_sdist]
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/download-artifact@v3
52+ - uses : actions/download-artifact@v4
5353 with :
5454 # unpacks default artifact into dist/
5555 # if `name: artifact` is omitted, the action will create extra parent dir
You can’t perform that action at this time.
0 commit comments