We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The documentation at https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes says that you are limited to 10 artifacts per job. Whereas the documentation at https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes says that the limit is 500.
To Reproduce
Compare https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes and https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes. One says 10 while the other 500.
Expected behavior The action actions/upload-artifact uses the package actions/artifact. The expectation is that they both state the same limits.
actions/upload-artifact
actions/artifact
Screenshots
The text was updated successfully, but these errors were encountered:
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee******
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The documentation at https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes says that you are limited to 10 artifacts per job. Whereas the documentation at https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes says that the limit is 500.
To Reproduce
Compare https://github.com/actions/toolkit/tree/main/packages/artifact#breaking-changes and https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes. One says 10 while the other 500.
Expected behavior
The action
actions/upload-artifact
uses the packageactions/artifact
. The expectation is that they both state the same limits.Screenshots
vsThe text was updated successfully, but these errors were encountered: