Skip to content

Commit d93fac5

Browse files
chore(deps): update mikepenz/action-junit-report action to v6
1 parent 588c4d8 commit d93fac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
name: junit-test-results-${{ matrix.tag }}
107107
- name: Publish Test Report
108-
uses: mikepenz/action-junit-report@v5
108+
uses: mikepenz/action-junit-report@v6
109109
with:
110110
check_name: Test Report - ${{ matrix.tag }}
111111
commit: ${{github.event.workflow_run.head_sha}}

0 commit comments

Comments
 (0)