Skip to content

Commit d0acd9b

Browse files
Bump codecov/codecov-action from 3 to 5 (#147)
1 parent 31796fe commit d0acd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Generate LCOV report
7272
if: ${{ matrix.preset == 'codecov' }}
7373
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch
74-
- uses: codecov/codecov-action@v3
74+
- uses: codecov/codecov-action@v5
7575
if: ${{ matrix.preset == 'codecov' }}
7676
with:
7777
files: ./coverage.info

0 commit comments

Comments
 (0)