Files
metabuilder/.actrc
johndoe6345789 b6859ab57f chore(ci): downgrade artifact actions v6→v4 and add act local CI config
- Downgrade all actions/upload-artifact and actions/download-artifact from
  v6 to v4 for compatibility with act's local artifact server (v6 uses a
  new Azure blob backend that act doesn't support)
- Add .actrc with arm64 architecture, artifact server, sequential jobs,
  and secret/env file pointers for local act runs
- Add .act-env to .gitignore (contains local node PATH override)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 00:16:25 +00:00

7 lines
182 B
Plaintext

--artifact-server-path /tmp/act-artifacts
--secret-file .secrets
--env-file .act-env
--container-architecture linux/arm64
-W .github/workflows/gated-pipeline.yml
--concurrent-jobs 1