diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f5a0f..58ec29c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: py.test --cov-report xml --cov-report term --cov=opyoid ./tests ./tests_e2e - name: Codecov if: matrix.python-version == '3.13' - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}