Skip to content

Update actions/upload-artifact action to v7#400

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions
Open

Update actions/upload-artifact action to v7#400
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-artifact-actions

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 v7 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)

v7

Compare Source

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

0 tests   - 27   0 ✅  - 26   0s ⏱️ - 11m 50s
0 suites  -  1   0 💤  -  1 
0 files    -  1   0 ❌ ± 0 

Results for commit f6bfca6. ± Comparison against base commit 4db9c71.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/major-github-artifact-actions branch from 7f2785f to f6bfca6 Compare February 26, 2026 19:06
@renovate renovate bot changed the title Update actions/upload-artifact action to v6 Update actions/upload-artifact action to v7 Feb 26, 2026
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.

0 participants