We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af5ed6a + afb8d03 commit 8216c69Copy full SHA for 8216c69
1 file changed
.github/workflows/CI.yml
@@ -38,7 +38,7 @@ jobs:
38
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
39
run: ./gradlew jacocoTestReport --no-daemon
40
41
- - uses: codecov/codecov-action@v5
+ - uses: codecov/codecov-action@v6
42
43
with:
44
files: build/reports/jacoco/test/jacocoTestReport.xml
0 commit comments