diff --git a/.github/workflows/test-packages-action-windows.yml b/.github/workflows/test-packages-action-windows.yml index 985ff96de82..dea7cef9881 100644 --- a/.github/workflows/test-packages-action-windows.yml +++ b/.github/workflows/test-packages-action-windows.yml @@ -254,6 +254,10 @@ jobs: separate-directories: true delete-merged: true + - name: Wait For Artifacts + run: | + sleep 10 + - name: Download Test Run Artifacts id: download-test-run-artifacts uses: actions/download-artifact@v4