Error: Missing download info for actions/cache@v1

I’m dusting off an old package, and found that CI is failing (presumably misconfigured). Can anyone tell me what’s wrong with my config?

GitHub removed that version of actions/cache. You can use GitHub - julia-actions/cache: A shortcut action to cache Julia artifacts, packages, and registries. instead.

You may also want to install dependabot in your repos. If you need inspiration, see

Would Dependabot help maintain stuff like CI scripts?

I read GitHub - julia-actions/cache: A shortcut action to cache Julia artifacts, packages, and registries. and I’m not sure how it’s all related, but in any case I finally found “the standard CI script” at GitHub - julia-actions/julia-runtest: This action runs the tests in a Julia package. .

It opens PRs to update the versions of the workflows as needed.

1 Like