We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 403c9a7 + 7fa300a commit e264122Copy full SHA for e264122
1 file changed
.github/workflows/codecov.yml
@@ -24,7 +24,7 @@ jobs:
24
restore-keys: |
25
maven-
26
- run: mvn install -Pjacoco
27
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
files: ./target/site/jacoco/jacoco.xml
0 commit comments