sadpandajoe commented on code in PR #43441:
URL: https://github.com/apache/superset/pull/43441#discussion_r3843983966
##########
.github/workflows/superset-docs-deploy.yml:
##########
@@ -150,7 +150,7 @@ jobs:
path: docs/src/data/
- name: Try to download latest diagnostics (for push/dispatch triggers)
if: github.event_name != 'workflow_run'
- uses:
dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
+ uses:
dawidd6/action-download-artifact@57aa996fc1713cc1579039614f4645a7f4841fd4 # v23
Review Comment:
The v23 SHA is known to select an older run on this `search_artifacts` path;
because this step tolerates download errors, the deploy can publish stale or
missing diagnostics even while a newer successful run exists. Could we pin the
ordering fix at `d63b86af1b34672e53c440b1b83979861906bad7` (v24) instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]