Skip to content

Commit d1fb546

Browse files
authored
Merge pull request #1225 from bash-lsp/renovate/codecov-codecov-action-5.x
chore(deps): update codecov/codecov-action action to v5
2 parents dbb4979 + fa78789 commit d1fb546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

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

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

0 commit comments

Comments
 (0)