Skip to content

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 28, 2024
1 parent 987505b commit 71c11af
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 @@ -44,7 +44,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: true
Expand All @@ -62,7 +62,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: true
Expand Down

0 comments on commit 71c11af

Please sign in to comment.