Skip to content

Update actions/* in github workflows#554

Merged
tenzap merged 2 commits into
kalkun-sms:develfrom
tenzap:feature-251-node24
May 10, 2026
Merged

Update actions/* in github workflows#554
tenzap merged 2 commits into
kalkun-sms:develfrom
tenzap:feature-251-node24

Conversation

@tenzap

@tenzap tenzap commented May 9, 2026

Copy link
Copy Markdown
Collaborator

Permits to upgrade to node24 since node20 is deprecated

Summary by CodeRabbit

  • Chores
    • Updated GitHub Actions workflow dependencies to latest versions for improved compatibility and security.

Review Change Stack

@coderabbitai

coderabbitai Bot commented May 9, 2026

Copy link
Copy Markdown

Walkthrough

This 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.

Changes

GitHub Actions Dependency Upgrades

Layer / File(s) Summary
Checkout Action Updates
.github/workflows/codeigniter.yml, .github/workflows/packaging.yml
Checkout action version bumped from v4 to v6 across five job instances.
Cache Action Updates
.github/workflows/codeigniter.yml
Cache action version bumped from v4 to v5 for composer dependency caching in three jobs.
Upload Artifact Action Updates
.github/workflows/codeigniter.yml, .github/workflows/packaging.yml
Upload artifact action version bumped from v4 to v7 across five artifact upload steps with unchanged artifact names and paths.
Download Artifact Action Updates
.github/workflows/packaging.yml
Download artifact action version bumped from v4 to v8 in individual artifacts and release jobs.
Delete Artifact Action Update
.github/workflows/packaging.yml
Delete artifact action upgraded from v2 to v6 for cleanup job temporary artifact deletion.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately describes the main change: updating GitHub Actions workflow dependencies to newer versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between a8e3350 and 9544cb0.

📒 Files selected for processing (2)
  • .github/workflows/codeigniter.yml
  • .github/workflows/packaging.yml

Comment thread .github/workflows/packaging.yml
@tenzap tenzap merged commit 2256918 into kalkun-sms:devel May 10, 2026
16 checks passed
@tenzap tenzap deleted the feature-251-node24 branch May 10, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants