From e774bf883a093b5f17f46e6707d62c7cb560c927 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Tue, 21 Oct 2025 13:25:25 -0700 Subject: [PATCH] Fix artifact download to work across workflow runs (#5304) Co-authored-by: Rizel Scarlett --- .github/workflows/update-health-dashboard.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-health-dashboard.yml b/.github/workflows/update-health-dashboard.yml index 6b195710..28cab165 100644 --- a/.github/workflows/update-health-dashboard.yml +++ b/.github/workflows/update-health-dashboard.yml @@ -26,11 +26,12 @@ jobs: steps: - name: 'Download previous metrics' - uses: actions/download-artifact@v4 + uses: dawidd6/action-download-artifact@688efa90a08f3552e7c1420c8313e215164e8b14 with: name: health-metrics path: . - continue-on-error: true + workflow: update-health-dashboard.yml + if_no_artifact_found: ignore - name: 'Update Dashboard' uses: actions/github-script@v7