Skip to content

Commit 903eaf6

Browse files
authored
Update mikepenz/action-junit-report action to v4 (#26)
2 parents 5a31d50 + f164b70 commit 903eaf6

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@v3
36+
uses: mikepenz/action-junit-report@v4
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)