diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c99e9c..c190660 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: ruff check streamline_sdk/ - name: Upload coverage if: matrix.python-version == '3.12' - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: files: coverage.xml fail_ci_if_error: false