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: