Skip to content

Commit c48a180

Browse files
chore(deps): update mikepenz/action-junit-report action to v4
1 parent a888069 commit c48a180

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
@@ -79,7 +79,7 @@ jobs:
7979
if: matrix.kind == 'npm'
8080
run: ./gradlew testNpm
8181
- name: junit result
82-
uses: mikepenz/action-junit-report@v3
82+
uses: mikepenz/action-junit-report@v4
8383
if: always() # always run even if the previous step fails
8484
with:
8585
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}

0 commit comments

Comments
 (0)