You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(cache): fall back to latest cache-snapshot when the resolved run has none (leanprover-community#40734)
The resolved master run can predate the `cache-snapshot` artifact (or have an expired one), making the warm step's `download-artifact` log a spurious "Artifact not found" error. Verify the artifact exists first; otherwise fall back to the latest master run that has one, and skip the warm if none does.
0 commit comments