Skip to content

Commit 05fc05b

Browse files
github-actionsgithub-actions[bot]
github-actions
authored andcommitted
chore: sync files
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7da8010 commit 05fc05b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test-differential.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload coverage to CodeCov
6969
if: ${{ steps.test.outputs.coverage-report-files != '' }}
70-
uses: codecov/codecov-action@v5
70+
uses: codecov/codecov-action@v4
7171
with:
7272
files: ${{ steps.test.outputs.coverage-report-files }}
7373
fail_ci_if_error: false

.github/workflows/build-and-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload coverage to CodeCov
5757
if: ${{ steps.test.outputs.coverage-report-files != '' }}
58-
uses: codecov/codecov-action@v5
58+
uses: codecov/codecov-action@v4
5959
with:
6060
files: ${{ steps.test.outputs.coverage-report-files }}
6161
fail_ci_if_error: false

0 commit comments

Comments
 (0)