diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 078d9d5..10f5a0f 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@v5 + uses: codecov/codecov-action@v6 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }}