Update GitHub Actions to latest versions#738
Conversation
🤖 Claude Code ReviewPR: #738 PR Review: Update GitHub Actions to latest versionsSummaryTwo commits updating GitHub Actions dependencies across 8 CI workflow files. Pure version bumps, no logic changes. Version Changes
Issues1. upload-artifact v7 / download-artifact v8 version mismatch 2. No pinning to full SHA 3. VerdictLooks good. The changes are mechanical, consistent across all workflows, and use the correct version pairings. The only actionable suggestion is considering SHA pinning for supply chain security, but that's a pre-existing pattern rather than a regression introduced by this PR. Model: claude-opus-4-6 |
The dependabot PRs targeted v6/v7 but the actual latest versions are upload-artifact v7 and download-artifact v8. https://claude.ai/code/session_01GvcMR9yr5MKruNmrXWadDn
Summary
actions/cachev4 → v5actions/download-artifactv4 → v7actions/upload-artifactv4 → v6mlugg/setup-zigv1 → v2lycheeverse/lychee-actionv2.3.0 → v2.4.1All upgrades are backward compatible — no workflow input/config changes needed.
upload-artifact@v6anddownload-artifact@v7are fully compatible with each other.Supersedes #607, #608, #630, #631, #632
Test plan
https://claude.ai/code/session_01GvcMR9yr5MKruNmrXWadDn