Skip to content

Commit 0c60cd8

Browse files
mosfet80ChrisThrasher
authored andcommitted
Update ci.yaml
1 parent 7a0ed86 commit 0c60cd8

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
@@ -56,7 +56,7 @@ jobs:
5656
- name: Generate LCOV report
5757
if: ${{ matrix.preset == 'codecov' }}
5858
run: lcov -c -d . -o coverage.info --no-external --exclude "*/build/**" --ignore-errors mismatch
59-
- uses: codecov/codecov-action@v4
59+
- uses: codecov/codecov-action@v3
6060
if: ${{ matrix.preset == 'codecov' }}
6161
with:
6262
files: ./coverage.info

0 commit comments

Comments
 (0)