From a4d1b8f8e12bf617205076bac7ab846dedceb4af Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 21 May 2024 13:43:06 +0200 Subject: [PATCH] Devops: Update Codecov GitHub action to version 4 Fixes the error `Rate limit reached. Please upload with the Codecov repository upload token to resolve issue` from Codecov --- .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 35f44fd..026bafe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Upload to Codecov if: matrix.python-version == 3.8 - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 with: name: pytests flags: pytests