Commit 02eb686
authored
fix(scaffolds): repair broken actions/upload-artifact SHA in 30 template workflows (#83)
## Summary
- Replace dead pin `actions/upload-artifact@65c79d...c478` with current
v4 head `ea165f8d...fa02` in 30 nested template scaffolds
- These don't run on this monorepo's CI (only root `.github/workflows/`
does), but they propagate to every repo templated from these
sub-cartridges
- Companion PRs landing in parallel: rsr-template-repo#69, me-dialect#1
## Why
The dead SHA does not exist on upstream `actions/upload-artifact`
(verified via `gh api repos/actions/upload-artifact/commits/65c79d...` →
`No commit found for SHA`). Any future repo cloned from these scaffolds
would inherit the broken pin and fail CI immediately.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 035f0c2 commit 02eb686
30 files changed
Lines changed: 32 additions & 32 deletions
File tree
- _pathroot/.github/workflows
- ambulances
- disk/.github/workflows
- performance/.github/workflows
- security/.github/workflows
- broad-spectrum/.github/workflows
- cicada/.github/workflows
- composer/.github/workflows
- czech-file-knife/.github/workflows
- emergency-button/.github/workflows
- hardware-crash-team/.github/workflows
- hybrid-automation-router/.github/workflows
- immutable-linux-auditor/.github/workflows
- monitoring
- flare/.github/workflows
- observatory/.github/workflows
- systems-observatory/.github/workflows
- nano-aider/.github/workflows
- nerdsafe-restart/.github/workflows
- nick-shells/.github/workflows
- observatory/.github/workflows
- panoptes/.github/workflows
- personal-sysadmin/.github/workflows
- playbooks/.github/workflows
- recovery
- emergency-room/.github/workflows
- freeze-ejector/.github/workflows
- operating-theatre/.github/workflows
- session-sentinel/.github/workflows
- slopctl/.github/workflows
- total-recall/.github/workflows
- total-update/.github/workflows
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments