From e33f8aaea1c8319e5013e9e6d125880454c34819 Mon Sep 17 00:00:00 2001 From: Brian McFee Date: Tue, 5 Mar 2024 15:26:45 -0500 Subject: [PATCH] Rolling back silliness --- .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 570eb7b..7f5f307 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: python -m pytest tests python -m pytest --doctest-only resampy - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml