From 6b85ae8d4f61d6f5e6279c6edaad7c6d2432474d Mon Sep 17 00:00:00 2001 From: Naman Gera Date: Thu, 15 Aug 2024 16:16:37 +0100 Subject: [PATCH] Use the previous version to fix the missing library issue --- .github/workflows/tests_run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests_run.yml b/.github/workflows/tests_run.yml index f03bc5eb..5f1cb116 100644 --- a/.github/workflows/tests_run.yml +++ b/.github/workflows/tests_run.yml @@ -44,7 +44,7 @@ jobs: coverage xml -o /home/runner/coverage.xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: /home/runner/coverage.xml