Skip to content

Commit 1328e63

Browse files
authored
Merge pull request #670 from openziti/dependabot/github_actions/actions-7a1141c7bf
Bump mikepenz/action-junit-report from 4 to 5 in the actions group
2 parents 2416fcd + 4d8526e commit 1328e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: upload test summary
4747
if: always()
48-
uses: mikepenz/action-junit-report@v4
48+
uses: mikepenz/action-junit-report@v5
4949
with:
5050
detailed_summary: 'true'
5151
report_paths: '**/build/**/TEST-*.xml'

0 commit comments

Comments
 (0)