Skip to content

Commit 366f7e3

Browse files
chore(deps): update codecov/codecov-action action to v6
1 parent 68da981 commit 366f7e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Upload coverage to Codecov
2424
# Do not run coverage if it's a fork since it won't get access to secrets
2525
if: github.event.pull_request.head.repo.full_name == github.repository || github.event_name == 'push'
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v6
2727
with:
2828
file: ./coverage.txt
2929
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)