We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb32c78 commit 1ccdeb1Copy full SHA for 1ccdeb1
.github/workflows/gradle.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: "📊 Publish Test Report"
72
if: always()
73
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
74
with:
75
check_name: Java CI / Test Report (${{ matrix.java }})
76
report_paths: '**/build/test-results/test/TEST-*.xml'
0 commit comments