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.
1 parent 8f53edb commit dc4c14bCopy full SHA for dc4c14b
.github/workflows/build.yml
@@ -66,7 +66,7 @@ jobs:
66
run: ./mvnw -B -U clean verify
67
68
- name: Upload to codecov
69
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
70
with:
71
name: tests-java-${{ matrix.java-version }}-os-${{ matrix.os-name }}
72
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments