Skip to content

Commit

Permalink
Merge pull request #1093 from bash-lsp/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-4.x

chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
skovhus authored Apr 21, 2024
2 parents 4c4763b + 4720de6 commit aec70de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm verify:bail

- name: Publish coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: success() && matrix.node-version == '20.x'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit aec70de

Please sign in to comment.