diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index 7563738..1063b11 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@v5 + uses: actions/upload-artifact@v6 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@v5 + uses: actions/upload-artifact@v6 with: name: artifact-sdist path: ./dist/*.tar.gz