We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2873be commit b005a9eCopy full SHA for b005a9e
.github/workflows/test-report.yml
@@ -21,7 +21,7 @@ jobs:
21
run_id: ${{ github.event.workflow_run.id }}
22
23
- name: Publish Test Report
24
- uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4
+ uses: mikepenz/action-junit-report@a83fd2b5d58d4fc702e690c1ea688d702d28d281 # v5
25
with:
26
commit: ${{ github.event.workflow_run.head_sha }}
27
report_paths: "**/build/test-results/*/TEST-*.xml"
0 commit comments