From 4b6ed4c73fdef50f1f20f6ae0a40650b88158689 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:54:10 -0800 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 (#95) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/.tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests.yml b/.github/workflows/.tests.yml index a2e3083..d8bef0c 100644 --- a/.github/workflows/.tests.yml +++ b/.github/workflows/.tests.yml @@ -88,7 +88,7 @@ jobs: path: (core|spring)/**/checkstyle-result.xml - name: Publish Test Report - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 continue-on-error: true if: github.event_name == 'pull_request' && (success() || failure()) with: