Skip to content

Commit

Permalink
Merge pull request #73 from oflynned/renovate/codecov-codecov-action-…
Browse files Browse the repository at this point in the history
…3.x [skip ci]

chore(deps): update codecov/codecov-action action to v3
  • Loading branch information
oflynned authored Nov 6, 2022
2 parents 8cf8822 + fbfad28 commit 5a426de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run test:coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
yml: codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 5a426de

Please sign in to comment.