From d61c7d673cb79d3abd2682c36552d553d80cb8a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:02:31 +0100 Subject: [PATCH] Update mikepenz/action-junit-report action to v5 (#732) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6be6aa67..586df287 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -34,7 +34,7 @@ jobs: GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} - name: Publish Test Report if: ${{ always() }} - uses: mikepenz/action-junit-report@v4.3.1 + uses: mikepenz/action-junit-report@v5.0.0 with: check_name: Java CI / Test Report report_paths: '**/build/test-results/*/TEST-*.xml'