From 6ffd8e496086f1cdb0ac52124dc2c660c65d4cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 19 Sep 2023 12:12:12 +0300 Subject: [PATCH] revert(deps): bump codecov/codecov-action from 3 to 4 (#134) This reverts commit dee4a9f2d799c53efd633a764f23db02744034ff. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e546be..564b433 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: mv cobertura.xml live-test-output.xml - name: Upload reports to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: name: code-coverage-report files: test-output.xml,live-test-output.xml