From e71d2c7332d6840b4dcd8c5aafdccea29ba64192 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Mon, 29 Jan 2024 18:18:24 -0500 Subject: [PATCH] back to 3 --- .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 8bb01cc..c579bce 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -32,7 +32,7 @@ jobs: - name: Upload full coverage to Codecov if: ${{ matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest' }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./codecov.xml