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

This reverts commit ee33c6dd8c94e5dacf68049c2493172fcb8c9384.
This commit is contained in:
Khaled Hosny 2024-01-11 12:35:11 +02:00
parent 492db147a3
commit a778cbe200

View File

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