From 42646b309f0341d8db5a86c6fc0bc1c57280264e Mon Sep 17 00:00:00 2001 From: srikanth-bitdynamics <259878899+srikanth-bitdynamics@users.noreply.github.com> Date: Sun, 12 Jul 2026 14:39:34 +0530 Subject: [PATCH] ci(e2e): fix invalid actions/download-artifact SHA pin 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...). --- .github/actions/e2e-m1-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-m1-test/action.yml b/.github/actions/e2e-m1-test/action.yml index 4223674c..97731b68 100644 --- a/.github/actions/e2e-m1-test/action.yml +++ b/.github/actions/e2e-m1-test/action.yml @@ -11,7 +11,7 @@ runs: steps: - name: Download built binary # actions/download-artifact@v4.1.7 - uses: actions/download-artifact@65a9edc128165405c983346fd356e6d4c448ac4 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: name: canton-devkit-binary path: bin