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.
2 parents 7b95892 + fe76b55 commit 9d478c0Copy full SHA for 9d478c0
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Upload coverage reports to Codecov
36
if: matrix.java == '21'
37
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
file: ./target/site/jacoco/jacoco.xml
0 commit comments