From e5a6987af1cc209e2ebc0b91ac8ae3765ca976e1 Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 1 Oct 2024 14:35:10 -0600 Subject: [PATCH] Further attempts to resolve not succeeding first time through --- .github/workflows/test-packages-action-linux.yml | 4 ++++ .github/workflows/test-packages-action-macos.yml | 4 ++++ .github/workflows/test-packages-action-windows.yml | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/.github/workflows/test-packages-action-linux.yml b/.github/workflows/test-packages-action-linux.yml index 57ccb98afdc..47a5e2cdc50 100644 --- a/.github/workflows/test-packages-action-linux.yml +++ b/.github/workflows/test-packages-action-linux.yml @@ -260,6 +260,10 @@ jobs: separate-directories: true delete-merged: true + - name: Wait For Artifacts 2 + run: | + sleep 60 + - name: Download Test Run Artifacts id: download-test-run-artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/test-packages-action-macos.yml b/.github/workflows/test-packages-action-macos.yml index df0fb007421..2e9b739a65d 100644 --- a/.github/workflows/test-packages-action-macos.yml +++ b/.github/workflows/test-packages-action-macos.yml @@ -251,6 +251,10 @@ jobs: separate-directories: true delete-merged: true + - name: Wait For Artifacts 2 + run: | + sleep 60 + - name: Download Test Run Artifacts id: download-test-run-artifacts uses: actions/download-artifact@v4 diff --git a/.github/workflows/test-packages-action-windows.yml b/.github/workflows/test-packages-action-windows.yml index 804015c4cdf..310b08eefb5 100644 --- a/.github/workflows/test-packages-action-windows.yml +++ b/.github/workflows/test-packages-action-windows.yml @@ -259,6 +259,10 @@ jobs: separate-directories: true delete-merged: true + - name: Wait For Artifacts 2 + run: | + sleep 60 + - name: Download Test Run Artifacts id: download-test-run-artifacts uses: actions/download-artifact@v4