Skip to content

Commit c98306b

Browse files
chore(deps): update mikepenz/action-junit-report action to v5
1 parent d434f0f commit c98306b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-on-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew check koverXmlReport
3636

3737
- name: Publish Test Report
38-
uses: mikepenz/action-junit-report@v4
38+
uses: mikepenz/action-junit-report@v5
3939
if: always() # always run even if the previous step fails
4040
with:
4141
check_name: JUnit Test Report

0 commit comments

Comments
 (0)