Skip to content

Commit da1dd4d

Browse files
committed
Update to latest codecov action
1 parent e60264f commit da1dd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
5151
- name: Upload coverage report to codecov
5252
if: ${{ matrix.type == 'Debug' && matrix.compiler == 'g++' }}
53-
uses: codecov/codecov-action@v4
53+
uses: codecov/codecov-action@v5
5454
with:
55-
file: ${{ steps.build_dir.outputs.DIR }}/coverage.info
55+
files: ${{ steps.build_dir.outputs.DIR }}/coverage.info
5656

5757
- name: Upload coverage report to codacy
5858
if: ${{ matrix.type == 'Debug' && matrix.compiler == 'g++' }}

0 commit comments

Comments
 (0)