We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74133da commit b82c0e8Copy full SHA for b82c0e8
1 file changed
.github/workflows/maven.yml
@@ -31,6 +31,6 @@ jobs:
31
run: mvn -Penable-jacoco clean verify -B -V -ntp
32
33
- name: Upload coverage to Codecov
34
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
35
with:
36
file: '*jacoco.xml'
0 commit comments