Skip to content

Commit 2daf03c

Browse files
committed
revert to v3
1 parent 0461c83 commit 2daf03c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
lcov -r lcov.info '*/build/*' -o lcov.info
5454
lcov --list lcov.info
5555
- name: codecov
56-
uses: codecov/codecov-action@v4
56+
uses: codecov/codecov-action@v3
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
file: build/lcov.info

0 commit comments

Comments
 (0)