Skip to content

Commit 90a9463

Browse files
authored
Revert "Bump codecov/codecov-action from 3 to 4 (#3689)" (#3698)
This reverts commit b2b83c8.
1 parent 96fbee7 commit 90a9463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: npm ci
4848
- run: npm run test-unit-ci
4949
- name: Upload coverage reports to Codecov
50-
uses: codecov/codecov-action@v4
50+
uses: codecov/codecov-action@v3
5151
with:
5252
files: ${{ github.workspace }}/coverage/unit/codecov.json
5353
verbose: true
@@ -104,7 +104,7 @@ jobs:
104104
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
105105
if: success() || failure()
106106
- name: Upload coverage reports to Codecov
107-
uses: codecov/codecov-action@v4
107+
uses: codecov/codecov-action@v3
108108
with:
109109
files: ${{ github.workspace }}/coverage/render/codecov.json
110110
verbose: true

0 commit comments

Comments
 (0)