Skip to content

Conversation

@tiwilliam
Copy link
Owner

Update artifact download pattern to wheels-* to correctly match artifact names and ensure artifacts are found across multiple run attempts.

The previous pattern wheels-*-${{ github.run_attempt }} would fail to find artifacts if the github.run_attempt changed (e.g., rerunning a job after a failure). Artifacts from an initial run attempt (e.g., wheels-*-1) would not be matched by a subsequent run attempt (e.g., wheels-*-2). Changing the pattern to wheels-* ensures all wheels-* artifacts are downloaded, making the workflow more robust to job reruns.


Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Oct 19, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@tiwilliam tiwilliam marked this pull request as ready for review October 19, 2025 12:51
@cursor
Copy link

cursor bot commented Oct 19, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on November 26.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@tiwilliam tiwilliam merged commit 673f59a into main Oct 19, 2025
1 check passed
@tiwilliam tiwilliam deleted the cursor/download-filtered-artifacts-by-pattern-ebe1 branch October 19, 2025 12:55
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.

3 participants