We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f30aab5 + 6992b98 commit cb51d32Copy full SHA for cb51d32
.github/workflows/build.yml
@@ -43,6 +43,6 @@ jobs:
43
run: mvn -B -Dlogback-access-spring-boot-starter.version=${{ env.PROJECT_VERSION }} clean install
44
working-directory: examples/webflux-undertow-java
45
- name: Upload the coverage report to Codecov
46
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments