Skip to content

Commit 6f5d836

Browse files
Update mikepenz/action-junit-report action to v6
1 parent 8bef300 commit 6f5d836

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
@@ -97,7 +97,7 @@ jobs:
9797
cd ..
9898
./gradlew testIdea
9999
- name: junit result
100-
uses: mikepenz/action-junit-report@v5
100+
uses: mikepenz/action-junit-report@v6
101101
if: always() # always run even if the previous step fails
102102
with:
103103
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}

0 commit comments

Comments
 (0)