15:44 · Jun 18, 2025 · Wed GitHub Action 缓存功能出现随机恢复失败问题在使用 actions/cache/restore 操作时会随机遇到缓存无法成功恢复的情况。尽管缓存确实存在,并且同一构建矩阵中的其他任务可以成功恢复完全相同的缓存,但部分任务会失败。源 GitHub Random issue with cache/restore · Issue #1621 · actions/cache Starting this morning we are experiencing random failures to restore caches successfully. Nothing has changed in our setup and the cache exists. Other builds in the same matrix can successfully res...