Skip to content

Commit

Permalink
Merge pull request #598 from shivammathur/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
shivammathur committed May 26, 2022
2 parents 88e54b1 + 99af323 commit a1a52db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm audit

- name: Send Coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/lcov.info
Expand Down

0 comments on commit a1a52db

Please sign in to comment.