diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index b0784248..554fe8e8 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -64,7 +64,7 @@ jobs: pytest-args: "--timeout=120" - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 continue-on-error: true with: token: ${{ secrets.CODECOV_TOKEN }}