diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 39eb902b..20a14e88 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -65,7 +65,7 @@ jobs: pytest-args: "--timeout=120" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.5.0 + uses: codecov/codecov-action@v4.6.0 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}