diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 066fc06..4fb6ebd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: path: .test/reports/**-test.xml reporter: java-junit fail-on-error: 'true' - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: Test Reports