diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index daa1a5a..03404c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,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@v5 with: files: cobertura.xml fail_ci_if_error: false