Skip to content

ci: pin download-artifact to v7 to fix intermittent failures on self-hosted runners#6526

Merged
gz merged 1 commit into
mainfrom
fix/download-artifact-v4-2
Jun 24, 2026
Merged

ci: pin download-artifact to v7 to fix intermittent failures on self-hosted runners#6526
gz merged 1 commit into
mainfrom
fix/download-artifact-v4-2

Conversation

@jyotshnayaparla-00

Copy link
Copy Markdown
Contributor

v8 of actions/download-artifact introduced a regression that causes frequent download failures on self-hosted (ARM64) runners. The download redirects to Azure Blob Storage and fails after 5 retries with "Unable to download and extract artifact."

Pinning to v7, which is stable and matches the upload-artifact version already in use across these workflows.

Affects 8 usages across build-docker.yml, build-docker-dev.yml, test-unit.yml, test-adapters.yml, test-integration-platform.yml.

Closes #6390

…hosted runners

v8 of actions/download-artifact introduced a regression causing frequent
failures on self-hosted (ARM64) runners: downloads redirect to Azure Blob
Storage and fail after 5 retries. v7 is stable and matches the
upload-artifact version already in use across these workflows.

Closes #6390
@jyotshnayaparla-00 jyotshnayaparla-00 self-assigned this Jun 23, 2026
@jyotshnayaparla-00
jyotshnayaparla-00 requested a review from gz June 23, 2026 02:42

@mythical-fred mythical-fred left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

LGTM. Clean revert from v8 to v7 across all 8 call sites. Pinned to SHA so it's reproducible. Matches upload-artifact version already in the repo.

@gz
gz added this pull request to the merge queue Jun 24, 2026
Merged via the queue into main with commit 4372008 Jun 24, 2026
1 check passed
@gz
gz deleted the fix/download-artifact-v4-2 branch June 24, 2026 20:41
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.

[CI] Download artifacts fails frequently in CI

3 participants