Commit 3a7fab7
ci: Bump actions/cache to v5 and actions/download-artifact to v5
Upgrade `actions/cache/restore`, `actions/cache/save`, and
`actions/download-artifact` from v4 to v5 in composite actions.
Both v5 releases are non-breaking for our usage:
- actions/cache v5: only upgrades Node.js runtime from 20 to 24,
no input/output changes.
- actions/download-artifact v5: the only breaking change is about
downloads by artifact ID (nested directory behavior), which does
not affect us since we download by name.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4f0c089 commit 3a7fab7
File tree
2 files changed
+4
-4
lines changed- .github/actions
- install-playwright
- restore-cache
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments