From 54807efc88389078923e287b691b9e25f7845b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 24 Sep 2023 18:51:27 +0300 Subject: [PATCH] chore(deps): downgrade codecov/codecov-action from 4 to 3 (#285) This reverts commit 6d9fb2052bfe36c3c801a24551f30204b377fc06. --- .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 6fb9483ba7..9f3579ae6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Run tests run: cargo tarpaulin --out Xml --verbose - name: Upload reports to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: name: code-coverage-report file: cobertura.xml