Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 1, 2026

This PR contains the following updates:

Package Type Update New value References Sourcegraph
actions/upload-artifact action major v6 source code search for "actions/upload-artifact"

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source

v5

Compare Source


Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the bot label Jan 1, 2026
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

This PR upgrades the actions/upload-artifact action from v4 to v6 across all three workflow files (build.yml, nightly.yml, publish.yml). The change affects artifact uploads for the VSIX package and UI test screenshots.

Considerations

The upgrade to v6 introduces a runtime change to Node.js 24, which requires Actions Runner version 2.327.1+. For GitHub-hosted runners this is typically handled automatically, but if this repository uses self-hosted runners, ensure they're updated before merging.

The artifact names and usage patterns in the diff appear compatible with v6's requirements (unique names per upload, no multiple uploads to the same artifact name).

View this review on Amp


- name: Upload Cody.VisualStudio.vsix artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The upgrade to v6 requires Actions Runner version 2.327.1 or higher (runs on Node.js 24). If using GitHub-hosted runners, this is fine. If using self-hosted runners, verify they meet this requirement before merging to avoid workflow failures.

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

Test Results

27 tests  ±0   26 ✅ ±0   8m 26s ⏱️ - 2m 9s
 1 suites ±0    1 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 7f2785f. ± Comparison against base commit 4db9c71.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant