Skip to content

Commit

Permalink
chore(ci): upgrade to codecov v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Sep 14, 2023
1 parent 383d0d2 commit 770d2ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node 18
uses: actions/setup-node@v3
with:
Expand All @@ -15,4 +15,6 @@ jobs:
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 770d2ba

Please sign in to comment.