Skip to content

Commit 543b5b6

Browse files
Update mikepenz/action-junit-report action to v5 (square#8641)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aa3f6c0 commit 543b5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

125125
- name: Publish Test Report
126126
if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'
127-
uses: mikepenz/action-junit-report@v4
127+
uses: mikepenz/action-junit-report@v5
128128
with:
129129
report_paths: '**/build/test-results/*/TEST-*.xml'
130130
check_name: OpenJDK 11 Test Report

0 commit comments

Comments
 (0)