Skip to content

Commit 338db6e

Browse files
Update mikepenz/action-junit-report action to v6
1 parent 83a5deb commit 338db6e

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
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: "📊 Publish Test Report"
8080
if: always()
81-
uses: mikepenz/action-junit-report@v5
81+
uses: mikepenz/action-junit-report@v6
8282
with:
8383
check_name: Java CI / Test Report (${{ matrix.java }})
8484
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)