diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 02d027e..5ad1d7e 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -73,7 +73,9 @@ jobs: - name : download diagram artifacts uses: actions/download-artifact@v4 with: - name: diagrams + name: diagrams + path: ${{github.workspace}}/artifacts/wiki + merge-multiple: true - name: Setup Pages uses: actions/configure-pages@v5