Skip to content

Commit

Permalink
Merge pull request #1289 from remarkablemark/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
remarkablemark authored Feb 1, 2024
2 parents 39718ee + df90e8c commit de766dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
run: npm run test:ci

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run module tests
run: npm run test:esm
Expand Down

0 comments on commit de766dc

Please sign in to comment.