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 1ade261 commit 80c00b4Copy full SHA for 80c00b4
.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
55
run: mvn -B -f examples/pom.xml package
56
- name: Build spring-boot
57
run: mvn -B -f spring-boot-example/pom.xml package
58
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
59
with:
60
file: target/site/jacoco/jacoco.xml
61
name: codecov
0 commit comments