-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Upload fails intermittently with 400 artifact name not valid error #410
Comments
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 |
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 |
Got "Create Artifact Container failed: The artifact name SARIF file is not valid." According to actions/upload-artifact#410, upgrading to v4 might be a solution, so testing this.
We've started seeing failures from this action that might be related to an older version of the upload-artifact action. This is a bit of a punt. actions/upload-artifact#410
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
The text was updated successfully, but these errors were encountered: