Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 450925d commit 4b6ed4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4b6ed4c

Please sign in to comment.