We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39992d5 commit 10dea97Copy full SHA for 10dea97
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
run: ./mvnw -B -q -ff -ntp test
61
- name: Publish code coverage
62
if: github.event_name != 'pull_request' && matrix.java_version == '8'
63
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
file: ./target/site/jacoco/jacoco.xml
0 commit comments