diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6bda25cb..867050b8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -89,7 +89,7 @@ jobs: retention-days: 7 - name: Upload coverage results (Codecov) - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: (matrix.python-version == env.MAIN_PYTHON_VERSION) && (runner.os == 'Linux') env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}