fix(sky-8861): block-output download refresh fallback when artifact_ids are missing (#5675)

This commit is contained in:
Shuchang Zheng 2026-04-26 16:56:39 -07:00 committed by GitHub
parent c2f0581390
commit 2250788de3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 610 additions and 954 deletions

View file

@ -348,10 +348,10 @@ The response from polling (`get_run`) and webhooks have slightly different struc
### Artifacts
Every run captures recordings, screenshots, and logs. See [Using Artifacts](/developers/debugging/using-artifacts) for retrieval and the full artifact type reference.
Every run captures recordings, screenshots, and logs. See [Using Artifacts](/debugging/using-artifacts) for retrieval and the full artifact type reference.
---
<Note>
For multi-step automations that chain multiple actions, see [Browser Automation](/developers/browser-automations/overview).
For multi-step automations that chain multiple actions, see [Browser Automation](/browser-automations/overview).
</Note>