Skip to content

Commit 67fcf8b

Browse files
committed
fix: update codecov-action to v4 for compatibility
- Replace codecov/codecov-action@v6 with @v4 (latest stable) - Fix CI failures due to unavailable v6 version - Ensure consistent codecov integration across all workflows
1 parent cedb212 commit 67fcf8b

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
@@ -327,7 +327,7 @@ jobs:
327327
path: ${{ env.COMPONENT_PATH }}/coverage.*
328328

329329
- name: Upload coverage to Codecov
330-
uses: codecov/codecov-action@v6
330+
uses: codecov/codecov-action@v4
331331
if: env.COMPONENT_PATH != ''
332332
with:
333333
file: ${{ env.COMPONENT_PATH }}/coverage.out

0 commit comments

Comments
 (0)