Skip to content

Commit 42c7e38

Browse files
authored
Update action-junit-report to version 6 (#94)
1 parent 9e0f822 commit 42c7e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/actions/action-junit-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
using: "composite"
1919
steps:
2020
- name: Publish Test Results
21-
uses: mikepenz/action-junit-report@v3
21+
uses: mikepenz/action-junit-report@v6
2222
with:
2323
annotate_only: ${{ inputs.annotate_only }}
2424
report_paths: ${{ inputs.report_paths }}

0 commit comments

Comments
 (0)