Add workflow to test 500 artifact upload limit#42
Closed
Conversation
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
Co-authored-by: mickeygousset <20031479+mickeygousset@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create workflow to test 500 artifact upload limit
Add workflow to test 500 artifact upload limit
Jan 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tests GitHub Actions' 500 artifact per workflow run limit by attempting to upload 501 files individually, then demonstrates the workaround using a single zip archive.
Implementation
Workflow:
.github/workflows/test-artifact-limit.ymlworkflow_dispatch(manual)@actions/artifact@2.1.10withDefaultArtifactClientcontinue-on-error: trueto capture expected failure at artifact #501upload-artifact@v4Key code
The workflow programmatically uploads artifacts using Node.js:
Then demonstrates the workaround:
This provides a self-contained test demonstrating both the limit and its solution in a single workflow file.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.