Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#3689)" (#3698)
Browse files Browse the repository at this point in the history
This reverts commit b2b83c8.
  • Loading branch information
HarelM authored Feb 12, 2024
1 parent 96fbee7 commit 90a9463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: npm ci
- run: npm run test-unit-ci
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ${{ github.workspace }}/coverage/unit/codecov.json
verbose: true
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
CURRENT_SPLIT_INDEX: ${{ matrix.split }}
if: success() || failure()
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
files: ${{ github.workspace }}/coverage/render/codecov.json
verbose: true
Expand Down

0 comments on commit 90a9463

Please sign in to comment.