Skip to content

Commit 3ed8f12

Browse files
authored
Merge pull request #4564 from easyops-cn/renovate/next-codecov-codecov-action-5.x
chore(deps): Update codecov/codecov-action action to v5 (next)
2 parents 8846774 + b114a25 commit 3ed8f12

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
@@ -140,7 +140,7 @@ jobs:
140140
echo "COVERAGE_FILES=$(find ./packages -maxdepth 1 -mindepth 1 -type d -exec echo "{}/.coverage/cobertura-coverage.xml" \; | tr '\n' ',' | sed 's/,$//')" >> $GITHUB_ENV
141141
142142
- name: Codecov
143-
uses: codecov/codecov-action@v4
143+
uses: codecov/codecov-action@v5
144144
with:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
files: ${{ env.COVERAGE_FILES }}

0 commit comments

Comments
 (0)