diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88e22c7..12cdfa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: EMBEDDING_DIMENSION: "384" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: files: ./coverage.xml