We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24edc75 + 70b9e18 commit 9ed82ecCopy full SHA for 9ed82ec
1 file changed
.github/workflows/build-java-17.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build with Maven
32
run: mvn package -ntp
33
- name: Upload coverage reports to Codecov
34
- uses: codecov/codecov-action@v5.5.3
+ uses: codecov/codecov-action@v6.0.0
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
slug: ${{ github.repository }}
0 commit comments