diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e4b0bd0e..f407387e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -345,7 +345,7 @@ jobs: - name: Send coverage data to Codecov if: >- !cancelled() - uses: codecov/codecov-action@v5.0.3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage.xml