From 90a946355deed13b74f8de38d85795a2d32c0fb4 Mon Sep 17 00:00:00 2001 From: Harel M Date: Mon, 12 Feb 2024 11:12:59 +0200 Subject: [PATCH] Revert "Bump codecov/codecov-action from 3 to 4 (#3689)" (#3698) This reverts commit b2b83c8b9bcf8b1c0d6efa899513658f3b50db01. --- .github/workflows/test-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 66d4c63258..2a2faf2c1c 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -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 @@ -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