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