Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

chore(deps): update codecov/codecov-action action to v4 #1194

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: actions ${{ matrix.node }}
fail_ci_if_error: false
Expand All @@ -39,7 +39,7 @@ jobs:
- run: npm install
- run: npm test
- name: coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: actions windows
fail_ci_if_error: false
Expand Down
Loading