Commit Graph

2 Commits

Author SHA1 Message Date
Simone fde084ed37 fix(ci): downgrade artifact actions v4 -> v3 on main
Runner fetches the composite action from @main; main still had
upload-artifact@v4 which fails on Gitea (GHESNotSupportedError).
Brings the v3 action.yml from feature/python-rewrite-and-linux-migration.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 11:57:08 +02:00
Simone 934c3fd3f2 ci: add local-ci-build composite action to main
Required so `uses: .../local-ci-build@main` resolves: the action only
existed on feature/python-rewrite-and-linux-migration. Brings just the
action.yml (host-side orchestrator unchanged) without merging the full
migration branch.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 02:51:36 +02:00