Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit 4c4c416

Browse files
committed
Upgrade codecov action to v5
1 parent 7d4fe2f commit 4c4c416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: pnpm test:coverage
4545

4646
- name: Upload coverage to Codecov
47-
uses: codecov/codecov-action@v4
47+
uses: codecov/codecov-action@v5
4848
with:
4949
token: ${{ secrets.CODECOV_TOKEN }}
5050
files: ./packages/*/coverage/lcov.info

0 commit comments

Comments
 (0)