Commit b41bba0
authored
ci: bump docs-deploy actions to Node.js 24-compatible versions (#20925)
## Summary
The `docs-deploy.yml` workflow was triggering deprecation warnings on
every run because all four actions were pinned to versions that run on
Node.js 20, which is being phased out on GitHub Actions runners.
**Timeline:**
- **June 2, 2026** — Node.js 24 becomes the forced default (33 days
away)
- **September 16, 2026** — Node.js 20 removed from runners entirely
**Actions bumped:**
| Action | Before | After |
|---|---|---|
| `actions/checkout` | v4 | v6 |
| `actions/setup-node` | v4 | v6 |
| `actions/upload-pages-artifact` | v3 | v5 |
| `actions/deploy-pages` | v4 | v5 |
No changes to build logic, Node.js version used for the Docusaurus
build, or deployment configuration.
## Test plan
- [ ] Verify `Deploy Docs` workflow runs clean with no Node.js
deprecation warnings after merge
Co-authored-by: Bloxster <bloxster@proton.me>1 parent 6a0153e commit b41bba0
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
0 commit comments