Skip to content

chore(deps): update github artifact actions (major)#463

Closed
Copilot wants to merge 1 commit into
renovate/major-github-artifact-actionsfrom
copilot/sub-pr-458
Closed

chore(deps): update github artifact actions (major)#463
Copilot wants to merge 1 commit into
renovate/major-github-artifact-actionsfrom
copilot/sub-pr-458

Conversation

Copy link
Copy Markdown

Copilot AI commented Nov 14, 2025

Updates actions/upload-artifact from v4 to v5 and actions/download-artifact from v4 to v6.

Breaking Changes Analysis

upload-artifact v4→v5:

  • Node v24.x support (no API changes)

download-artifact v4→v6:

  • v5 fixed path behavior for single artifact downloads by ID (extracts to path/ instead of path/artifact-name/)
  • v6 adds Node v24.x support

Impact

No changes required. This workflow uses name-based artifact downloads (name: build), unaffected by the v5 path behavior fix.

# Upload (unchanged)
- uses: actions/upload-artifact@v5
  with:
    name: build
    path: build

# Download (unchanged)
- uses: actions/download-artifact@v6
  with:
    name: build
    path: build

✨ 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 changed the title [WIP] Chore: Update GitHub artifact actions to latest versions chore(deps): update github artifact actions (major) Nov 14, 2025
Copilot AI requested a review from peterjuras November 14, 2025 16:48
@peterjuras peterjuras closed this Nov 14, 2025
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.

2 participants