Skip to content

Commit 8ac1976

Browse files
authoredSep 14, 2023
Update codecov/codecov-action action to v4
1 parent 41210b2 commit 8ac1976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
restore-keys: |
2121
maven-
2222
- run: mvn install -Pjacoco
23-
- uses: codecov/codecov-action@v3
23+
- uses: codecov/codecov-action@v4
2424
with:
2525
file: ./target/site/jacoco/jacoco.xml
2626
fail_ci_if_error: true

0 commit comments

Comments
 (0)
Please sign in to comment.