diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 871c966f88..f3aabd7add 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -36,7 +36,7 @@ jobs: run: ./gradlew assembleStandardRelease testReleaseUnitTest testStandardReleaseUnitTest - name: Publish test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() with: include_passed: true diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index f80c130ab8..e26e30d509 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -131,7 +131,7 @@ jobs: path: app/build/outputs/mapping/standard* - name: Publish test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() with: include_passed: true