diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 447ede8..92f9dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: py.test --cov-report xml --cov-report term --cov=configue ./tests - 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 }}