From 905067f0b15d3d7bbb542ddff0641e91220fce24 Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Fri, 3 May 2024 13:51:04 +0100 Subject: [PATCH] ci: use codecov 3 --- .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 23527b2..148d196 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: run: coverage xml - name: Upload to Codecov if: matrix.python-version == '3.11' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3.1.4 with: name: sphinx-exercise-pytest-py3.11 flags: pytests