Skip to content
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] 400 Bad Request #343

Closed
jadamcrain opened this issue Aug 19, 2022 · 1 comment
Closed

[bug] 400 Bad Request #343

jadamcrain opened this issue Aug 19, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@jadamcrain
Copy link

What happened?

Getting a 400 bad request when uploading artifact with v2 or v3 of actions/upload-artifact.

What did you expect to happen?

The upload to succeed

How can we reproduce it?

https://pipelines.actions.githubusercontent.com/SmQwXEh0cFbDQzjZXhuIqcgDUADQmdE2MLnXHEirXHTTDJYhQP/_apis/resources/Containers/18215619?itemPath=ffi-modules%5Ci686-pc-windows-msvc

Strangely this is happening in a matrix:

https://github.com/stepfunc/rodbus/blob/refactor/optional-deps/.github/workflows/ci.yml#L128

I can't see how this artifact upload

Anything else we need to know?

No response

What version of the action are you using?

v2 and v3

What are your runner environments?

window

Are you on GitHub Enterprise Server? If so, what version?

No response

@jadamcrain jadamcrain added the bug Something isn't working label Aug 19, 2022
@konradpabjan
Copy link
Collaborator

V4 upload-artifact has released today! Recommend switching over.

https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available/

v4 is a complete rewrite of the artifact actions with a new backend. v1-v3 uploads sometimes would hit transient errors like 500s or 400s that you see. v4 is all around more reliable, simpler and a host of issues described in this issue should no longer happen.

If there are any similar issues with v4 then please open up new issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants