Commit f3824bd
Alex J Lennon
Fix deprecated upload-artifact action in distro workflow
🔧 GitHub Actions Fix:
- Update actions/upload-artifact from v3 to v4
- Update actions/download-artifact from v3 to v4
- Resolve deprecation warnings and automatic failures
The v3 artifact actions were deprecated and causing automatic
workflow failures. This update ensures distro layer CI validation
continues to function properly.1 parent ce2ff16 commit f3824bd
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments