mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
3a9e4305d3
actions/cache uses a runner-local cache backend, so GitHub-hosted runners and Blacksmith self-hosted runners cannot share the same cache entry. Switch to actions/upload-artifact@v7 / download-artifact@v7 which use GitHub's artifact storage, accessible from all runner types. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>