We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8a32e commit 37c02f3Copy full SHA for 37c02f3
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
java-version: 17
31
- run: mvn -B verify --no-transfer-progress
32
33
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
34
with:
35
file: ./**/target/site/jacoco/jacoco.xml
36
name: codecov
0 commit comments