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

Commit

Permalink
chore(deps): update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 1, 2024
1 parent a600ea8 commit 4a368e1
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 4a368e1

Please sign in to comment.