From 7b6e72ab570336b024631d37301b0931f8f1c0bb Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 31 Mar 2024 17:35:13 +0200 Subject: [PATCH] Update download-artifact to pattern. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caec64749..b9c03e61c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -504,7 +504,7 @@ jobs: - name: Download artifact 📦 uses: actions/download-artifact@v4 with: - name: freqtrade*-build + pattern: freqtrade*-build path: dist merge-multiple: true