Closed kishaningithub closed 11 months ago
I'm having the same problem, @kishaningithub have you found a solution for this?
@hzerip Well.. My solution was to ditch this and use s3 directly..
If the maintainers can give a direction i am willing to contribute to this repo
@hzerip In my case the error was caused by uploading two files with the same name at the same time from two different jobs.
v4 has shipped today https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/
I recommend switching over as these classes of issues should no longer happen with the release
What happened?
The upload action fails intermittently with a 400 status with message
The artifact name is not valid
. The file definitely exists for this action to perform the uploadLogs
What did you expect to happen?
I expected no intermittent errors like above and upload to succeed
How can we reproduce it?
Its a bit tricky as this happens intermittenly but this was the step config
Anything else we need to know?
Re-running the pipeline fixes this issue. But this keeps happening now and then.
What version of the action are you using?
v3
What are your runner environments?
linux
Are you on GitHub Enterprise Server? If so, what version?
No response