diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2716fe5..50f401b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - name: Upload vers Codecov if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v6 with: files: cobertura.xml fail_ci_if_error: false