-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Hi
I'm testing uploads to S3 for qcom-deb-images here qualcomm-linux/qcom-deb-images#148
The CI run at https://github.com/qualcomm-linux/qcom-deb-images/actions/runs/17822260123/job/50667201108?pr=148 failed to upload with:
Version 3.13 was not found in the local cache
Error: The version '3.13' with architecture 'arm64' was not found for this operating system.
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
Indeed, I see the composite action requires this version through actions/python-versions:
https://github.com/qualcomm-linux/upload-private-artifact-action/blob/aws/action.yml#L21
but I don't see it available in the list supported by github's actions/python-versions.
Perhaps boto3 should be installed directly from alpine or from debian?
Reactions are currently unavailable