Skip to content

Commit 37802a1

Browse files
committed
chore: update codecov github action
1 parent 213dac9 commit 37802a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ jobs:
8585
path: cypress/videos
8686
if-no-files-found: ignore # 'warn' or 'error' are also available, defaults to `warn`
8787
- name: Upload coverage to Codecov
88-
uses: codecov/codecov-action@v2
88+
uses: codecov/codecov-action@v4
89+
env:
90+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8991
with:
90-
token: ${{ secrets.CODECOV }}
9192
flags: unit
9293
verbose: true
9394
fail_ci_if_error: true

0 commit comments

Comments
 (0)