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] cannot upload multiple artifacts under the same path #626

Open
nszczygl9 opened this issue Oct 8, 2024 · 1 comment
Open

[bug] cannot upload multiple artifacts under the same path #626

nszczygl9 opened this issue Oct 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@nszczygl9
Copy link

What happened?

Version v3 allows to upload multiple files under the same path from different jobs which were executed using matrix.
After upgrading to v4.4.1 version I cannot upload many files under the same path, I get an error:
image

What did you expect to happen?

Is it possible to add this feature again?

How can we reproduce it?

try to upload few different files from different jobs which were executed using matrix: (test1.txt, test2.txt.test3.txt) under one path (for example test_results)

Anything else we need to know?

No response

What version of the action are you using?

v4.4.1

What are your runner environments?

self-hosted

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

No response

@nszczygl9 nszczygl9 added the bug Something isn't working label Oct 8, 2024
@robherley
Copy link
Contributor

See this document: https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md#multiple-uploads-to-the-same-named-artifact

Due to the architectural changes of artifact uploads for better speed, performance and reliability, we do not support multiple uploads to the same named artifact:

For your case:

different jobs which were executed using matrix

You can name the artifacts based on the matrix, and then download them all together.

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