We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914268c commit 2c938f5Copy full SHA for 2c938f5
1 file changed
.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build with Maven
27
run: mvn test jacoco:report --file pom.xml -B
28
29
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
30
with:
31
file: target/site/jacoco/jacoco.xml
32
name: codecov
0 commit comments