Skip to content

Commit da5659d

Browse files
Update mikepenz/action-junit-report action to v5
1 parent 72a58ae commit da5659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: gradlew build
3434
run: ./gradlew build
3535
- name: junit result
36-
uses: mikepenz/action-junit-report@v4
36+
uses: mikepenz/action-junit-report@v5
3737
if: always() # always run even if the previous step fails
3838
with:
3939
check_name: JUnit ${{ matrix.jre }} ${{ matrix.os }}

0 commit comments

Comments
 (0)