Skip to content

Commit 10f6203

Browse files
authored
Update mikepenz/action-junit-report action to v5 (#46)
2 parents 4379ce0 + da5659d commit 10f6203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)