diff --git a/.github/workflows/build_wheels_on_release.yml b/.github/workflows/build_wheels_on_release.yml index de0f965..aadee7e 100644 --- a/.github/workflows/build_wheels_on_release.yml +++ b/.github/workflows/build_wheels_on_release.yml @@ -29,7 +29,7 @@ jobs: # CIBW_ARCHS_LINUX: auto64 # CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl @@ -47,7 +47,7 @@ jobs: - name: Build SDist run: pipx run build --sdist - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cibw-sdist path: dist/*.tar.gz diff --git a/.github/workflows/quick_test_and_codecov.yml b/.github/workflows/quick_test_and_codecov.yml index 51189b0..43c2b45 100644 --- a/.github/workflows/quick_test_and_codecov.yml +++ b/.github/workflows/quick_test_and_codecov.yml @@ -81,7 +81,7 @@ jobs: # CIBW_ARCHS_LINUX: auto64 # CIBW_TEST_SKIP: "cp311*" due to scipy not finding openblas to build from source. may be removed when 311 released. - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: ./wheelhouse/*.whl