From 413d9b4488677dfc02d40f746004abd1cce1a5d2 Mon Sep 17 00:00:00 2001 From: rajdip-b Date: Wed, 7 Feb 2024 14:14:15 +0530 Subject: [PATCH] . --- .github/workflows/api.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api.yaml b/.github/workflows/api.yaml index 22942641..bb796b84 100644 --- a/.github/workflows/api.yaml +++ b/.github/workflows/api.yaml @@ -61,7 +61,7 @@ jobs: docker compose down - name: Upload unit test coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage/api @@ -69,7 +69,7 @@ jobs: flags: api-unit-tests - name: Upload e2e test coverage reports to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} directory: ./coverage-e2e/api