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 5ad5f67 commit bdf5c36Copy full SHA for bdf5c36
.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@v3
+ - uses: codecov/codecov-action@v5
32
with:
33
fail_ci_if_error: true
0 commit comments