diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 11a038c6..61c86dbe 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@v5.0.7 + uses: codecov/codecov-action@v5.1.1 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}