diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f4a1c0..cad587f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: path: .test/reports/**-test.xml reporter: java-junit fail-on-error: "true" - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: success() || failure() with: name: Test Reports