Skip to content

Commit

Permalink
Revert "Bump codecov/codecov-action from 3 to 4 (#3661)" (#3677)
Browse files Browse the repository at this point in the history
This reverts commit 40ae9c6.
  • Loading branch information
HarelM authored Feb 7, 2024
1 parent 0f12a09 commit 278acac
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 278acac

Please sign in to comment.