From 91308b88e1879013417cf73b391b5a89a76f5434 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Mon, 15 Apr 2024 10:41:55 +0000 Subject: [PATCH] [ci] Fix codecov failure to find the token --- .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 0a2cf21e5..784762d71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -932,7 +932,7 @@ jobs: - name: Upload to codecov.io if: ${{ success() && (matrix.coverage == true) }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: file: ./coverage.info fail_ci_if_error: true