diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 139b3b09..1985f4c8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -121,7 +121,7 @@ jobs: - name: Report coverage with Codecov if: ${{ matrix.root-version }} - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: ./coverage.xml