Skip to content

Commit 4d7179d

Browse files
Update codecov/codecov-action action to v5
1 parent 1ebe533 commit 4d7179d

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
@@ -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)