RunsOn RunsOn

v2.6.3

View on GitHub → CloudFormation template →

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_job queued event. 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 add runs-on/action@v1 in your workflows. Fixes #197.
  • Documentation for magic cache at https://runs-on.com/caching/magic-cache/