From 07a6bf3afe8439b941345c5a336fbb80c25613be Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Sat, 16 Dec 2023 10:34:53 +0300 Subject: [PATCH] ci: change back codecov --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 60c7107fd..f86a4673f 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,6 +46,6 @@ jobs: retention-days: 1 - name: Send coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: file: profile.out