From 5cfce2a0b0024fc4c19bcff0b96c9dc8ae3fdc47 Mon Sep 17 00:00:00 2001 From: Carles Sala Date: Wed, 20 Nov 2024 19:39:29 +0100 Subject: [PATCH] Upgrade codecov-action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e330a99..ca155c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -50,7 +50,7 @@ jobs: - name: Upload to Codecov if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.11 - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: name: pytests-py3.11 flags: pytests