From c09d949a51d8041f6f5fbb204cefbe7b7d15fdc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:13:55 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/android-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-test.yml b/.github/workflows/android-test.yml index 8e83559e..475bfdd3 100644 --- a/.github/workflows/android-test.yml +++ b/.github/workflows/android-test.yml @@ -24,7 +24,7 @@ jobs: - name: Run tests run: ./gradlew test - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: report_paths: '**/build/test-results/**/TEST-*.xml'