Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aaf6c1a

Browse files
authoredJan 4, 2025··
Update mikepenz/action-junit-report action to v5
1 parent 8a68175 commit aaf6c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/run_gradle_task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
if-no-files-found: ignore
106106

107107
- name: Publish Test Reports
108-
uses: mikepenz/action-junit-report@v4
108+
uses: mikepenz/action-junit-report@v5
109109
if: always()
110110
with:
111111
report_paths: |

0 commit comments

Comments
 (0)
Please sign in to comment.