diff --git a/.github/workflows/call-build-windows.yaml b/.github/workflows/call-build-windows.yaml index 6686b427059..53b62ec6282 100644 --- a/.github/workflows/call-build-windows.yaml +++ b/.github/workflows/call-build-windows.yaml @@ -195,10 +195,10 @@ jobs: ref: master - name: Download all artefacts - continue-on-error: true uses: actions/download-artifact@v4 with: pattern: windows-packages-* + merge-multiple: true path: artifacts/ - name: Set up Windows checksums