Skip to content

Commit 3b65171

Browse files
committed
Update mikepenz/action-junit-report verstion to v4
1 parent e4c533a commit 3b65171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-junit-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ runs:
44
using: "composite"
55
steps:
66
- name: Publish Test Report
7-
uses: mikepenz/action-junit-report@v3
7+
uses: mikepenz/action-junit-report@v4
88
if: always() # always run even if the previous step fails
99
with:
1010
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)