diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6380ea7..203a12f 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