Skip to content

Commit e47a5e9

Browse files
committed
chore(ci): upgrade codecov/codecov-action from v5 to v6
1 parent a55c2ae commit e47a5e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- id: upload
5151
name: Upload Coverage Report
52-
uses: codecov/codecov-action@v5
52+
uses: codecov/codecov-action@v6
5353
with:
5454
verbose: true
5555
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/upload_coverage_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
path: repo_root
103103

104104
- name: Upload coverage to Codecov
105-
uses: codecov/codecov-action@v5
105+
uses: codecov/codecov-action@v6
106106
with:
107107
verbose: true
108108
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)