Skip to content

Commit d6d4dd3

Browse files
committed
ci: upgrade codecov
1 parent 3ab1e5e commit d6d4dd3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
# e2e tests that that run locally
4343
- run: pnpm run -r test:e2e:ci
4444

45-
- uses: codecov/codecov-action@v2
45+
- uses: codecov/codecov-action@v4
46+
with:
47+
token: ${{ secrets.CODECOV_TOKEN }}
4648

4749
# - name: 'Start BrowserStackLocal Tunnel'
4850
# uses: 'browserstack/github-actions/setup-local@master'

0 commit comments

Comments
 (0)