What happened?
We have started seeing a number of uploads that look something like this:
Run actions/upload-artifact@v6
With the provided path, there will be 1 file uploaded
Artifact name is valid!
Root directory input is valid!
Beginning upload of artifact content to blob storage
Uploaded bytes 3718
Finished uploading artifact content to blob storage!
SHA256 digest of uploaded artifact zip is a1c46abb8577eaa5cc917feb5c7d908f56d1eea2038026ee9daaa35f7b2a73cf
Finalizing artifact upload
That are failed steps. Looking at ones that pass I see lines like:
Artifact output.zip.zip successfully finalized. Artifact ID 12345
Artifact output.zip has been successfully uploaded! Final size is 7833 bytes. Artifact ID is 12345
Artifact download URL: https://github.com/...
What did you expect to happen?
The artifact is not successfully uploaded and the job fails.
How can we reproduce it?
I've not been able to reproduce it consistently and I'm not sure what the problem is. This bug is more about adding more retry and logging options to know what might be happening.
Anything else we need to know?
No response
What version of the action are you using?
v6
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response
What happened?
We have started seeing a number of uploads that look something like this:
That are failed steps. Looking at ones that pass I see lines like:
What did you expect to happen?
The artifact is not successfully uploaded and the job fails.
How can we reproduce it?
I've not been able to reproduce it consistently and I'm not sure what the problem is. This bug is more about adding more retry and logging options to know what might be happening.
Anything else we need to know?
No response
What version of the action are you using?
v6
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response