diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index aee0890..9b15981 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -35,6 +35,9 @@ jobs: CIBW_ARCHS_MACOS: "x86_64 arm64" CIBW_ARCHS: auto64 - - uses: actions/upload-artifact@v3 + - name: Upload built wheels + uses: actions/upload-artifact@v4 with: + name: built-wheels-${{ matrix.os }}-${{ matrix.arch }} path: ./wheelhouse/*.whl + if-no-files-found: warn