Skip to content

Add workflow with 1000 upload-artifact steps#47

Merged
mickeygousset merged 3 commits intomainfrom
copilot/create-workflow-with-upload-artifacts
Jan 22, 2026
Merged

Add workflow with 1000 upload-artifact steps#47
mickeygousset merged 3 commits intomainfrom
copilot/create-workflow-with-upload-artifacts

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Creates a demonstration workflow with 1000 sequential upload-artifact operations, each handling a single file.

Implementation

  • Workflow: .github/workflows/1000-upload-artifacts.yml
    • Single job with 1001 steps (1 file creation + 1000 uploads)
    • Generates files file_1.txt through file_1000.txt via bash loop
    • Each upload-artifact step targets one file with unique artifact name
    • Manual trigger via workflow_dispatch
    • Permissions scoped to contents: read

Technical Notes

  • 6,019 lines, 155KB
  • Uses actions/upload-artifact@v4
  • Artifact names: artifact-1 through artifact-1000
Original prompt

This section details on the original issue you should resolve

<issue_title>Create a workflow with 1000 upload-artifact steps</issue_title>
<issue_description>Create a workflow that has one job, and does the following:

  • has a step that creates 1000 files
  • Create 1000 upload-artifact steps that use the upload-artifact action. Each upload artifact step should upload just one file</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits January 22, 2026 00:46
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 a workflow with 1000 upload-artifact steps Add workflow with 1000 upload-artifact steps Jan 22, 2026
Copilot AI requested a review from mickeygousset January 22, 2026 00:49
@mickeygousset mickeygousset marked this pull request as ready for review January 22, 2026 00:50
@mickeygousset mickeygousset merged commit 5e9af76 into main Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create a workflow with 1000 upload-artifact steps

2 participants