diff --git a/.github/workflows/deploy-wheels.yml b/.github/workflows/deploy-wheels.yml index 7b96f5b..c792e91 100644 --- a/.github/workflows/deploy-wheels.yml +++ b/.github/workflows/deploy-wheels.yml @@ -21,7 +21,7 @@ jobs: python -m build -s - name: Upload sdist to build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: sdist path: dist/*.tar.gz @@ -68,7 +68,7 @@ jobs: CIBW_BEFORE_BUILD_MACOS: "brew install libomp" - name: Upload wheel(s) as build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: "wheels-${{ matrix.os }}-${{ matrix.cibw_archs }}" path: ./wheelhouse/*.whl