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 64af4d0 commit 85e235bCopy full SHA for 85e235b
.github/workflows/maven.yml
@@ -28,6 +28,6 @@ jobs:
28
cache: 'maven'
29
- name: Build with Maven
30
run: ./mvnw clean install -B -U -P sonar
31
- - uses: codecov/codecov-action@v1
+ - uses: codecov/codecov-action@v3
32
with:
33
fail_ci_if_error: true
0 commit comments