We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb51d32 commit c49a3fbCopy full SHA for c49a3fb
.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/[email protected].1
+ uses: codecov/[email protected].2
47
with:
48
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments