actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.36k stars 1.16k forks source link

Warning message does tell me which cache does not exist #1318

Open antazoey opened 5 months ago

antazoey commented 5 months ago

I am getting a warning:

Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.

I am using several caches, I know most of them work, but it is not clear to me which cache is not valid.

Request: Mention the cache key in the warning message so I know where to look!