mirror of
https://github.com/rustsec/advisory-db.git
synced 2026-09-11 05:42:26 -04:00
The combined actions/cache action saves the cache in a post step. Post steps of a local composite action re-resolve its action.yml from the workspace at job end, which fails in publish-web and export-osv: by then the gh-pages/osv branch is checked out and the action file no longer exists. Use actions/cache/restore plus an explicit actions/cache/save right after the install instead, so the action registers no post step. The cached path is final immediately after cargo install anyway. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>