We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70c60ec + 57bcb3c commit b7a0ec3Copy full SHA for b7a0ec3
1 file changed
.github/workflows/maven.yml
@@ -56,7 +56,7 @@ jobs:
56
with:
57
name: jacoco.xml
58
- name: Upload JaCoCo coverage report to Codecov
59
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
60
61
token: ${{ secrets.CODECOV_TOKEN }}
62
files: jacoco.xml
0 commit comments