diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index f287847..a710e41 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -37,7 +37,7 @@ jobs: pytest --cov=sqlite_utils --cov-report xml:coverage.xml --cov-report term ls -lah - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} file: coverage.xml