Skip to content

Commit

Permalink
ci(deps): bump codecov/codecov-action from 3.1.4 to 4.0.1 (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent b4e843e commit 6796910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
run: npm test -- --coverage

- name: Report Code Coverage to codecov
uses: codecov/codecov-action@v3.1.4
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

build:
name: Build
Expand Down

0 comments on commit 6796910

Please sign in to comment.