Skip to content

Commit deb66b5

Browse files
authored
Bump codecov/codecov-action from 4 to 5 (#570)
1 parent 55707cb commit deb66b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
5252
- name: Send coverage to CodeCov
5353
if: matrix.version == '1' && matrix.os == 'ubuntu-latest'
54-
uses: codecov/codecov-action@v4
54+
uses: codecov/codecov-action@v5
5555
with:
56-
fail_ci_if_error: true
56+
files: lcov.info
5757
token: ${{ secrets.CODECOV_TOKEN }} # required
58-
file: lcov.info
58+
fail_ci_if_error: true

0 commit comments

Comments
 (0)