From ed23afa32d33772a2014ece15427884c5484b833 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 08:54:45 +0700 Subject: [PATCH] chore(deps): Update mikepenz/action-junit-report action to v5 (#264) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build_check.yml | 2 +- .github/workflows/build_push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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