Skip to content

Commit 932deae

Browse files
committed
build: update GH junit report to v5
1 parent bb3f9b2 commit 932deae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/full-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
BUILD_SECURE_PORT: 0
3333
BUILD_LOG_LEVEL: 'ERROR'
3434
- name: Test Result
35-
uses: mikepenz/action-junit-report@v3
35+
uses: mikepenz/action-junit-report@v5
3636
if: failure()
3737
with:
3838
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}

.github/workflows/quick-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
BUILD_SECURE_PORT: 0
3838
BUILD_LOG_LEVEL: 'ERROR'
3939
- name: Test Result
40-
uses: mikepenz/action-junit-report@v3
40+
uses: mikepenz/action-junit-report@v5
4141
if: failure()
4242
with:
4343
check_name: JUnit ${{ matrix.kind }} ${{ matrix.java_version }} ${{ matrix.os }}

0 commit comments

Comments
 (0)