From 337ca5d914f81af0a8386e6af052d9e467345d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20M=C3=A4ki?= Date: Wed, 29 Jan 2025 16:15:35 +0200 Subject: [PATCH] Update Codecov action version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a576337..3cae01c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -288,7 +288,7 @@ jobs: test-results if-no-files-found: error - name: Upload results to Codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 if: ${{ matrix.python-version == env.PRIMARY_PYTHON_VERSION }} with: token: ${{ secrets.CODECOV_TOKEN }}