diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 917906fc5..fd24eacb7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,7 +47,7 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: lists + name: lists-php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md update: permissions: @@ -63,7 +63,9 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - path: ${{ github.workspace }} + path: ${{ github.workspace }}/lists + pattern: lists-* + merge-multiple: true - name: Configure Git run : | git config --local user.email "${{ secrets.email }}"