diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 5d4c27e..d4c6c77 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -86,7 +86,7 @@ jobs: path: test-results/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 if: matrix.python-version == '3.11' with: file: test-results/coverage.xml