From 553af52034b658a951555ee8fcbcbcf443e567ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 19:54:22 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v5 --- .github/workflows/ci.yaml | 2 +- .github/workflows/integration-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b5baebb..59512d6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: run: ./gradlew clean test -x integration-test:testing:test --stacktrace - name: test report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() with: report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 22f615e..f3cd583 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -31,7 +31,7 @@ jobs: ./gradlew :integration-test:testing:test - name: report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: success() || failure() with: report_paths: '**/build/test-results/test/TEST-*.xml'