503 Service Unavailable / no healthy upstream

Before submitting a topic, please confirm the following

I have searched for similar issues before creating this topic.
I have verified that my repository is using the Codecov GitHub app, if using GitHub
I have validated my codecov.yaml configuration file.
I have filled out the below sections to the best of my ability.

Description

Uploading coverage fails with this error:

503 Service Unavailable
no healthy upstream

The endpoint being uploaded to is: https://codecov.io/upload/v2

CI/CD URL

https://github.com/tobyink/p5-type-tiny/runs/7435610591

Expected Results

Something more like this:
https://github.com/tobyink/p5-type-tiny/runs/7404544285

Actual Results

503 Service Unavailable
no healthy upstream

… and the results don’t appear on the codecov website.

Additional Information

Started failing consistently about 36 hours ago.

I’m getting the same issue with my R repo: Add badges to README.md · palaeoverse-community/palaeoverse@ed9f984 · GitHub.
Other R developers are also getting the same issue: `covr::codecov()` upload to codecov.io fails with 503 error · Issue #512 · r-lib/covr · GitHub.

Looks like this might be resolved? The codecov status page lists multiple SSL issues over the last couple days which I’m guessing are to blame.

I’d temporarily disabled codecov.io uploads on my repos (which is not a major issue as I am also using Coveralls.io — they provide slightly different statistics, so I find it useful to have both). I’ll re-enable it and see what happens.

Success!

Now I need to figure out how to mark this issue as resolved.