From 854f1545d30201e204e7946d6f70fa3939aa070f Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 26 Jun 2025 09:15:12 +0800 Subject: [PATCH] (CI) use artifact ID for golden download --- .github/workflows/dart.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5ae54190..d6f20eae 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -37,8 +37,12 @@ jobs: - name: Download golden images uses: actions/download-artifact@v4 with: - name: golden-images-ced0667a217ce2272dcdfc8e779f37147893dcc6 + #name: golden-images-ced0667a217ce2272dcdfc8e779f37147893dcc6 + artifact-ids: 3406427625 path: ./thermion_dart/test/golden-downloads + - name: Unzip golden images + run: | + cd thermion_dart/test/golden-downloads && unzip goldens.zip - name: Install Python dependencies run: | python -m pip install --upgrade pip