diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43c5e8c..3a23e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: CIBW_VERBOSE: 1 CIBW_ARCHS_MACOS: "${{ matrix.macos_arch }}" - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: artifact-wheels-${{ matrix.os }}${{ matrix.macos_arch }} path: ./wheelhouse/*.whl @@ -126,7 +126,7 @@ jobs: pip install -U pip build python -m build --sdist - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: artifact-sdist path: dist/*.tar.gz