Skip to content

Fix artifact version mismatch in CI/CD workflows#4946

Closed
Copilot wants to merge 2 commits intoci-cd-improvementfrom
copilot/sub-pr-4933
Closed

Fix artifact version mismatch in CI/CD workflows#4946
Copilot wants to merge 2 commits intoci-cd-improvementfrom
copilot/sub-pr-4933

Conversation

Copy link

Copilot AI commented Jan 21, 2026

The optimize workflow was failing to download artifacts due to incompatible action versions. Artifacts uploaded with actions/upload-artifact@v5 cannot be downloaded with actions/download-artifact@v4 due to different storage backends.

Changes

  • Updated actions/download-artifact@v4 to @v6 in optimize.yaml
  • Removed explicit path parameter (v6 downloads to current directory by default)
  • Updated artifact loading path from /tmp/frontend.tar to frontend.tar

This aligns with the test.yaml workflow which already uses @v6 for downloads.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI mentioned this pull request Jan 21, 2026
Co-authored-by: tfhuhtal <105309970+tfhuhtal@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix tests for CI/CD improvement Fix artifact version mismatch in CI/CD workflows Jan 21, 2026
Copilot AI requested a review from tfhuhtal January 21, 2026 09:33
@tfhuhtal tfhuhtal closed this Jan 21, 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.

2 participants