We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1478e8b commit 05ddc8fCopy full SHA for 05ddc8f
.github/workflows/linux.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Upload coverage report to codecov
52
if: ${{ matrix.type == 'Debug' && matrix.compiler == 'g++' }}
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
54
with:
55
file: ${{ steps.build_dir.outputs.DIR }}/coverage.info
56
0 commit comments