diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 2978195..e00af23 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -27,7 +27,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifact-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -44,7 +44,7 @@ jobs: - name: Build sdist run: python -m build --sdist - name: Upload sdist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: artifact-sdist path: ./dist/*.tar.gz