Skip to content

Commit cda3cf6

Browse files
Update mikepenz/action-junit-report action to v5
1 parent 6e9df19 commit cda3cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run_id: ${{ github.event.workflow_run.id }}
2222

2323
- name: Publish Test Report
24-
uses: mikepenz/action-junit-report@9379f0ccddcab154835d4e2487555ee79614fe95 # v4
24+
uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5
2525
with:
2626
commit: ${{ github.event.workflow_run.head_sha }}
2727
report_paths: "**/build/test-results/*/TEST-*.xml"

0 commit comments

Comments
 (0)