From a2b813f78d8b069b6e67d33cac27682ca0642817 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 28 Aug 2024 17:47:26 +0200 Subject: [PATCH] chore: remove name --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 941e989a6..9705c8c87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -152,7 +152,6 @@ jobs: - name: Get proof parameters uses: actions/download-artifact@v4 with: - name: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }} pattern: proof-params-v28-n-${{ hashFiles('filecoin-proofs/parameters.json') }}-* path: /var/tmp/filecoin-proof-parameters/ merge-multiple: true