Skip to content

Commit

Permalink
update action-junit-report to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Nov 26, 2024
1 parent d589b68 commit 7be3917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
app/build/libs/seedvault-chunker.jar
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: success() || failure()
with:
report_paths: '**/build/test-results/**/TEST-*.xml'
Expand Down

0 comments on commit 7be3917

Please sign in to comment.