From cb7ca28b697a6bbdf53c035c5516ca139ba0eed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:32:06 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .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: