diff --git a/.github/workflows/ffi-builds.yml b/.github/workflows/ffi-builds.yml index 45ef2498..3b31ec8c 100644 --- a/.github/workflows/ffi-builds.yml +++ b/.github/workflows/ffi-builds.yml @@ -216,7 +216,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: ffi-builds-* + pattern: ffi-builds-* merge-multiple: true path: ${{ github.workspace }}/ffi-builds diff --git a/.github/workflows/webrtc-builds.yml b/.github/workflows/webrtc-builds.yml index f244eca1..b5a1b6b1 100644 --- a/.github/workflows/webrtc-builds.yml +++ b/.github/workflows/webrtc-builds.yml @@ -171,7 +171,7 @@ jobs: - name: Download artifacts uses: actions/download-artifact@v4 with: - name: webrtc-builds-* + pattern: webrtc-builds-* merge-multiple: true path: ${{ github.workspace }}/webrtc-builds