Skip to content

Commit bb13fff

Browse files
chore(deps): update codecov/codecov-action action to v5
1 parent 9aa55f9 commit bb13fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Run tests
2626
run: pnpm test
2727
- name: Collect coverage
28-
uses: codecov/codecov-action@v3
28+
uses: codecov/codecov-action@v5
2929
if: success()
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)