We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a99a4 commit ab29477Copy full SHA for ab29477
.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.1.2
+ uses: codecov/codecov-action@v5.2.0
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments