We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d9784 commit 9f92b28Copy full SHA for 9f92b28
1 file changed
.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@v5
+ - uses: codecov/codecov-action@v7
59
with:
60
files: target/site/jacoco/jacoco.xml
61
name: codecov
0 commit comments