Skip to content

Commit 8fa4057

Browse files
committed
fix(ci): update codecov-action for tokenless uploads
- per https://docs.codecov.com/docs/codecov-tokens#uploading-without-a-token, it seems a newer version is required now
1 parent a96c383 commit 8fa4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- name: Test w/ coverage report
3333
run: npm run test:coverage
3434
- name: Upload coverage report to Codecov
35-
uses: codecov/codecov-action@v2
35+
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)