Skip to content

Commit d1f10fc

Browse files
authored
Merge pull request #374 from bash-lsp/renovate/codecov-codecov-action-3.x
Update codecov/codecov-action action to v3
2 parents be169d8 + 3abe7ad commit d1f10fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Verify changes
2727

2828
- name: Publish coverage to codecov.io
29-
uses: codecov/codecov-action@v1
29+
uses: codecov/codecov-action@v3
3030
if: success() && matrix.node-version == '12.x'
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)