Skip to content

Commit

Permalink
Update mikepenz/action-junit-report action to v4 (#205)
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 Sep 6, 2023
1 parent 2f838d1 commit 94c1dd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
fi
- name: Publish tests report
if: ${{always()}}
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
check_name: "Tests of ${{matrix && format('{0} #{1}', github.job, strategy.job-index || '0') || github.job}}"
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
retention-days: 30
- name: Publish tests report
if: ${{always()}}
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
with:
report_paths: '**/build/test-results/*/TEST-*.xml'
check_name: "Tests of ${{matrix && format('{0} #{1}', github.job, strategy.job-index || '0') || github.job}}"
Expand Down

0 comments on commit 94c1dd4

Please sign in to comment.