Skip to content

Commit

Permalink
Merge pull request #51 from mohatt/renovate/codecov-codecov-action-2.x
Browse files Browse the repository at this point in the history
chore(deps): update codecov/codecov-action action to v2
  • Loading branch information
mohatt authored Jul 29, 2021
2 parents 7a93f0d + 1e16182 commit f3d5bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pnpm set verify-store-integrity false
- run: pnpm install
- run: pnpm run test:coverage
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
- run: mv "$(pnpm pack | tail -n 1)" pkg.tgz
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit f3d5bd4

Please sign in to comment.