From 5b8fcfae95982b3f1755f975c57605ca807678e7 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Thu, 29 Aug 2024 00:22:38 +0200 Subject: [PATCH] chore: download latest artifacts --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 985cfcf19..576dc2844 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -182,16 +182,16 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: "echo latest proof params: '${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }}'" - #- name: Download All Artifacts - # uses: actions/download-artifact@v4 - # with: - # path: my-artifact - # pattern: my-artifact-* - # merge-multiple: true - # #repository: ${{ github.action_repository }} - # run-id: ${{ github.event.workflow_run.id }} - # #github-token: ${{ secrets.GITHUB_TOKEN }} - # #github-token: ${{ github.token }} + - name: Download All Artifacts + uses: actions/download-artifact@v4 + with: + pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-* + path: /var/tmp/filecoin-proof-parameters/ + merge-multiple: true + run-id: ${{ fromJson(steps.latest-proof-params.outputs.data).workflow_runs[0].id }} + + - name: List parameter files + run: ls -al /var/tmp/filecoin-proof-parameters/