diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44af79c..353494b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,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