diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a03064..fe4f3ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: run: pytest --cov=reviewhound --cov-report=term-missing --cov-report=xml - name: Upload coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false