Update actions/* in github workflows#554
Conversation
…fact@v8 geekyeggo/delete-artifact@v6
WalkthroughThis PR updates GitHub Actions marketplace action versions across two workflow files. Checkout, cache, upload-artifact, download-artifact, and delete-artifact actions are bumped to newer major versions while artifact names, paths, and job configurations remain unchanged. ChangesGitHub Actions Dependency Upgrades
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/packaging.yml:
- Line 287: The workflow upgrades use of geekyeggo/delete-artifact@v6 which
switches artifact-name matching to glob patterns; inspect the two usages of the
action (the lines that pass artifact name(s) to geekyeggo/delete-artifact@v6)
and either (A) change the action back to a non-glob release (e.g.,
geekyeggo/delete-artifact@v5) if you relied on exact-name matching, or (B)
update the artifact name arguments to explicit glob-safe patterns that match
only the intended artifacts (escape wildcard characters or narrow the pattern)
so the new glob-based matching deletes exactly what you expect. Ensure you
modify the occurrences that reference the artifact name inputs passed to
geekyeggo/delete-artifact@v6.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 9b4ed19c-7ba8-41f7-8f8f-a0aa2cc0c1bb
📒 Files selected for processing (2)
.github/workflows/codeigniter.yml.github/workflows/packaging.yml
Permits to upgrade to node24 since node20 is deprecated
Summary by CodeRabbit