Reapply "Bump actions/upload-artifact from 3 to 4"

This reverts commit a778cbe200b03414a238807c999472c353ebfb9e.
This commit is contained in:
Cosimo Lupo 2024-01-11 12:00:56 +00:00
parent 6f1980aae3
commit 182b77773d
No known key found for this signature in database
GPG Key ID: DF65A8A5A119C9A8

View File

@ -32,7 +32,7 @@ jobs:
- name: Build source distribution and pure-python wheel
run: |
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
dist/*.whl
@ -70,7 +70,7 @@ jobs:
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl
@ -96,7 +96,7 @@ jobs:
env:
CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: wheelhouse/*.whl