diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index b99c4ecaa..b84e38a77 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -260,7 +260,7 @@ jobs: - name: "Download artifacts" uses: actions/download-artifact@v8 - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v6 + uses: codecov/codecov-action@v7 with: fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file