v2.6.3
Summary
Fix magic cache handling of actions/upload-artifact. Prepare for RunsOn CLI.
What's changed
- Store instance id assigned to job (once job has started) in the main S3 bucket (under
/runs-on/db/jobs/JOB_ID/instance-id), as well as the payload for the workflow_jobqueuedevent. Will be used for #201. - Fix magic cache for cache keys with slashes inside.
- Make magic cache play nice with
actions/upload-artifact. For that you must addruns-on/action@v1in your workflows. Fixes #197. - Documentation for magic cache at https://runs-on.com/caching/magic-cache/