Skip to content

Commit 0673f9d

Browse files
authored
Merge pull request #3773 from hey-api/renovate/codecov-codecov-action-6.x
chore(deps): update codecov/codecov-action action to v6
2 parents 9d30e0c + e72d401 commit 0673f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: pnpm test:coverage
4040

4141
- name: Upload code coverage to codecov.io
42-
uses: codecov/codecov-action@v5
42+
uses: codecov/codecov-action@v6
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
directory: ./coverage

0 commit comments

Comments
 (0)