diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 5bef05c..76a8d3d 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -66,7 +66,7 @@ jobs: rustflags: "" - run: cargo test --workspace --all-features - run: cargo build --workspace --all-features --bins --release - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 if: success() with: name: binaries