diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f842cb..0c2ecb2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: cargo test -- -Z unstable-options --format json --report-time | cargo2junit > test-results.xml - name: Upload Results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: success() || failure() with: name: test-results