From 2f3f5e9de41a9095811b571c5e8ae89d4b9a7a79 Mon Sep 17 00:00:00 2001 From: David Orme Date: Tue, 6 Feb 2024 10:47:15 +0000 Subject: [PATCH] Updating codecov and crossing fingers --- .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 0b836ce17..6d172646a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Upload coverage to Codecov if: (matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10') - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 docs_build: needs: qa