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: