Skip to content

Commit f38a6a2

Browse files
Update mikepenz/action-junit-report action to v5
1 parent b2873be commit f38a6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
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@65fe03598d8d251738592a497a9e8547a5c48eaa # v5
2525
with:
2626
commit: ${{ github.event.workflow_run.head_sha }}
2727
report_paths: "**/build/test-results/*/TEST-*.xml"

0 commit comments

Comments
 (0)