Skip to content

Commit aec70de

Browse files
authored
Merge pull request #1093 from bash-lsp/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2 parents 4c4763b + 4720de6 commit aec70de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm verify:bail
3535

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

0 commit comments

Comments
 (0)