diff --git a/.github/workflows/cibuildwheels.yml b/.github/workflows/cibuildwheels.yml index 986af5c..b435279 100644 --- a/.github/workflows/cibuildwheels.yml +++ b/.github/workflows/cibuildwheels.yml @@ -91,7 +91,7 @@ jobs: CIBW_BUILD_VERBOSITY: 1 - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: wheels-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl @@ -118,7 +118,7 @@ jobs: - name: Build SDist run: python setup.py sdist - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: wheels-source path: dist/*.tar.gz