We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c2ad00 + c9dbccb commit f81c612Copy full SHA for f81c612
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
if: matrix.kind == 'shfmt'
93
run: ./gradlew testShfmt
94
- name: junit result
95
- uses: mikepenz/action-junit-report@v4
+ uses: mikepenz/action-junit-report@v5
96
if: always() # always run even if the previous step fails
97
with:
98
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}
0 commit comments