Skip to content

Commit 29344cf

Browse files
committed
downgrade codecov-action to v4
1 parent 81cc822 commit 29344cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
-ignore-filename-regex="\/Benchmarks\/" \
6969
-instr-profile .build/debug/codecov/default.profdata > info.lcov
7070
- name: Upload to codecov.io
71-
uses: codecov/codecov-action@v5
71+
uses: codecov/codecov-action@v4
7272
with:
7373
files: info.lcov
7474
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)