Skip to content

ci(e2e): fix invalid actions/download-artifact SHA pin - #270

Merged
zheli merged 1 commit into
mainfrom
fix/e2e-download-artifact-pin
Jul 12, 2026
Merged

ci(e2e): fix invalid actions/download-artifact SHA pin#270
zheli merged 1 commit into
mainfrom
fix/e2e-download-artifact-pin

Conversation

@srikanth-bitdynamics

Copy link
Copy Markdown
Collaborator

Problem

The per-test-job e2e (composite action .github/actions/e2e-m1-test) pins
actions/download-artifact to a corrupted SHA (65a9edc12816…) that no
longer resolves. Every M1 test job that downloads the built binary fails at
Unable to resolve action … unable to find version, so the whole suite never
runs — red on main today and on every PR whose e2e merges with main.

Fix

Repin to the real v4.1.7 commit (65a9edc58814…, verified via the GitHub API
to resolve to an actions/download-artifact commit). One-line, SHA-pinned per the
repo convention.

Discovered while validating #269 (remove-volume fix) — that PR's e2e couldn't
reach its target test because this pin failed first.

The per-test-job e2e pinned actions/download-artifact to a corrupted SHA
(65a9edc12816...) that no longer resolves, so every M1 test job failed at
'Unable to resolve action' and the suite never ran (red on main). Repin to
the real v4.1.7 commit (65a9edc58814...).
@srikanth-bitdynamics srikanth-bitdynamics added the run-e2e Trigger e2e workflows on PRs label Jul 12, 2026
@zheli
zheli merged commit 792120d into main Jul 12, 2026
17 of 18 checks passed
@zheli
zheli deleted the fix/e2e-download-artifact-pin branch July 12, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-e2e Trigger e2e workflows on PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants