diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 2b5d4de5..ca93dafd 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -68,7 +68,7 @@ jobs: coverage report - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.0 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}