Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 35d0937 commit 6242e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle-post-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ runs:
using: composite
steps:
- name: 'Publish Test Report'
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
token: ${{ inputs.github-token }}
report_paths: "**/build/test-results/test/TEST-*.xml"

- name: 'Publish Integration Test Report'
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
token: ${{ inputs.github-token }}
Expand Down

0 comments on commit 6242e8b

Please sign in to comment.