Code coverage reports are using wrong sha, causing webhooks not to be called (github actions)

Description

After making a commit, the ci in github actions ran, and the codecov report was generated for the wron sha, causing the report commit to not get updated and the webhooks to not get called

Repository

Steps to Reproduce

https://github.com/PruvoNet/node-upgrade-checker/runs/526112526?check_suite_focus=true
reportred
https://codecov.io/github/PruvoNet/node-upgrade-checker/commit/eb05c82fe8afb68c1ad239c45a1c1c8635aadeda

but commit sha was actually f230fa1c82e485a17f860b1488fc433c7cfe1fe7

Expected behavior: [What you expect to happen]

report should be attached to the correct commit

Actual behavior: [What actually happens]

wrong commit is reported

Flakiness? [Does this happen all the time or only sometimes?]

Versions

Please include the browser and OS and what versions you’re running.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.

Hi @regevbr, we’ve made some changes to our GitHub Action, and I just wanted to check and see if this was still an issue for you.