From e94ddf32cd4ffbd4f5cf27e406bf9195745982f7 Mon Sep 17 00:00:00 2001 From: James Kent Date: Wed, 1 May 2024 11:57:03 -0500 Subject: [PATCH] update codecov (#123) --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8d9804f..f2a4567 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -61,7 +61,7 @@ jobs: shell: bash {0} run: python -m pytest --pyargs pymare --cov=pymare - name: "Upload coverage to CodeCov" - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4 if: success() flake8-lint: