diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 97b2d08..d27060f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -79,7 +79,7 @@ jobs: if (!(Test-Path -Path "wheels")) { New-Item -ItemType Directory -Path "wheels" } maturin build --release --target ${{ matrix.target }} --out wheels shell: pwsh - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: wheels-${{ matrix.os }}-${{ matrix.python-version }} path: wheels/*.whl