diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 0cc009c..167013c 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -28,7 +28,7 @@ jobs: - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse - name: Upload wheels - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artifact-${{ matrix.os }} path: ./wheelhouse/*.whl @@ -45,7 +45,7 @@ jobs: - name: Build sdist run: python -m build --sdist - name: Upload sdist - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: artifact-sdist path: ./dist/*.tar.gz