Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 4 to 4.0.0-beta.3 (#42)
Browse files Browse the repository at this point in the history
Fixes the not available version 4 of `codecov/codecov-action`.
  • Loading branch information
mheob committed Sep 30, 2023
1 parent 99e303c commit cceb750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ jobs:
run: pnpm run test:cov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.0.0-beta.3
with:
token: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit cceb750

Please sign in to comment.