We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9923ab commit 065db70Copy full SHA for 065db70
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
restore-keys: |
21
maven-
22
- run: mvn install -Pjacoco
23
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
24
with:
25
file: ./target/site/jacoco/jacoco.xml
26
fail_ci_if_error: true
0 commit comments