We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083aedf commit acc829cCopy full SHA for acc829c
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Prepare Code Coverage
45
run: ./tools/export_coverage
46
- name: Upload coverage reports to Codecov
47
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
48
with:
49
files: info.lcov
50
env:
0 commit comments