Fix artifact download to work across workflow runs (#5304)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user