Skip to content

Commit 86492f7

Browse files
committed
build: update codecov action to version 4
1 parent 821b5fd commit 86492f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ jobs:
9494
9595
- name: Upload to codecov.io
9696
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
97-
uses: codecov/codecov-action@v3
97+
uses: codecov/codecov-action@v4
9898
with:
9999
files: lcov.info
100100
fail_ci_if_error: true
101-
token: ${{ secrets.CODECOV_TOKEN }}
101+
verbose: true
102+
env:
103+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
102104

103105
- name: Install benchmarking tools
104106
if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}

0 commit comments

Comments
 (0)