From c62db865c1a1d4461b299d9cae00b085e2c60b1a Mon Sep 17 00:00:00 2001 From: Gregor Lenz Date: Wed, 17 Jul 2024 04:38:20 +0200 Subject: [PATCH] Update ci-pipeline.yml --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 8259f53..f391429 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -48,7 +48,7 @@ jobs: coverage run -m pytest test coverage xml - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 documentation: needs: multitest