Skip to content

Commit 72dddbd

Browse files
committed
chore: update backup workflows with codecov v4 compatibility
- Sync backup workflows with main workflow fixes - Ensure codecov-action@v4 across all workflow files - Maintain consistency between active and backup configurations
1 parent 67fcf8b commit 72dddbd

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows-backup/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
retention-days: 30
303303

304304
- name: Upload to Codecov
305-
uses: codecov/codecov-action@v6
305+
uses: codecov/codecov-action@v4
306306
with:
307307
file: ${{ matrix.component }}/test-results/coverage.out
308308
flags: ${{ matrix.component }}

.github/workflows-backup/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ jobs:
321321
path: ${{ env.COMPONENT_PATH }}/coverage.*
322322

323323
- name: Upload coverage to Codecov
324-
uses: codecov/codecov-action@v6
324+
uses: codecov/codecov-action@v4
325325
if: env.COMPONENT_PATH != ''
326326
with:
327327
file: ${{ env.COMPONENT_PATH }}/coverage.out

.github/workflows-backup/production-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
fi
207207
208208
- name: Upload coverage reports
209-
uses: codecov/codecov-action@v6
209+
uses: codecov/codecov-action@v4
210210
if: env.COMPONENT_PATH != ''
211211
with:
212212
file: ${{ env.COMPONENT_PATH }}/coverage.out

.github/workflows-backup/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
retention-days: 30
426426

427427
- name: Upload coverage to Codecov
428-
uses: codecov/codecov-action@v6
428+
uses: codecov/codecov-action@v4
429429
with:
430430
file: ${{ matrix.component.path }}/test-results/coverage.out,${{ matrix.component.path }}/test-results/coverage.xml
431431
flags: ${{ matrix.component.name }}

0 commit comments

Comments
 (0)