bito-code-review[bot] commented on PR #43441: URL: https://github.com/apache/superset/pull/43441#issuecomment-5396041626
<!-- Bito Reply --> Yes, pinning the action to `d63b86af1b34672e53c440b1b83979861906bad7` (v24) is a recommended approach to resolve the ordering issue described. Updating the `uses` directive to this commit hash will ensure the workflow consistently selects the correct run, preventing the publication of stale or missing diagnostics. **.github/workflows/superset-docs-deploy.yml** ``` - uses: dawidd6/action-download-artifact@d63b86af1b34672e53c440b1b83979861906bad7 # v24 ``` -- 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]
