[BUG] v5 fails on Alpine
Describe the bug Upgrading from v4 to v5 on an Alpine Linux system fails with:
OCI runtime exec failed: exec failed: unable to start container process: exec: "bash": executable file not found in $PATH: unknown
Versions
- OS: Alpine Linux
- Git Host: Github
- CI/CD: GitHub Actions
- Uploader: codecov-action@v5
Commit and CI link https://github.com/ktbarrett/find_libpython/actions/runs/15366625317/job/43240370306
Hey @ktbarrett thanks for the bug report! We will work on a fix for this, but in case you haven't already, you can get unblocked by installing bash in the alpine environment where you're trying to run the action.
@ktbarrett, looks like this should be fixed, do you mind trying again? I think you may need to install bash
@spalmurray @thomasrockhu-codecov It works on my end. I've fine to close if you are.