-
Notifications
You must be signed in to change notification settings - Fork 1k
Artifact uploads have suddenly stopped working #786
Description
What happened?
I haven't switched runners or anything but as of a few hours ago the upload artifact job is giving me this error:
Run actions/upload-artifact@v6.0.0
With the provided path, there will be 21 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: Failed to CreateArtifact: Unable to make request: ETIMEDOUT
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github
The artifact itself, nor the runner has changed, so I can't imagine why it would have lost access in any way
What did you expect to happen?
succesful job example:
Run actions/upload-artifact@v6.0.0
With the provided path, there will be 7 files uploaded
Artifact name is valid!
Root directory input is valid!
Beginning upload of artifact content to blob storage
Uploaded bytes 2021106
Finished uploading artifact content to blob storage!
SHA256 digest of uploaded artifact zip is 4bcf1b47e9862daea193cced1b9a936d51b9a74bc5fd03f2cdd98d16ceae346a
Finalizing artifact upload
Artifact report-folder.zip successfully finalized. Artifact ID 6028048653
Artifact report-folder has been successfully uploaded! Final size is 2021106 bytes. Artifact ID is blah
How can we reproduce it?
Try to upload an artifact from a Mac mini
Anything else we need to know?
No response
What version of the action are you using?
6.0.0
What are your runner environments?
macos
Are you on GitHub Enterprise Server? If so, what version?
No response