ci: Bump actions/upload-pages-artifact from 4 to 5#1155
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
Important Review skippedNo new commits to review since the last review. ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe documentation publishing workflows update ChangesGitHub Pages artifact upgrade
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
✨ 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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1155 +/- ##
=======================================
Coverage 44.42% 44.42%
=======================================
Files 62 62
Lines 3730 3730
=======================================
Hits 1657 1657
Misses 2073 2073 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Closes #1133
Bumps
actions/upload-pages-artifactfromv4tov5in the GitHub Pages steps ofrelease-manual-docs.ymlandrelease-publish.yml(3 occurrences total). Replacement for the Dependabot PR so the commit lands under a maintainer identity.Changes (v4 -> v5)
actions/upload-artifactto v7.0.0: the composite action now delegates toactions/upload-artifact@v7, which runs on the Node 24 runtime (addresses the deprecation of Node 20 on GitHub Actions runners).include-hidden-filesinput (defaultfalse): additive, opt-in. Default behavior is unchanged from v4 (dotfiles remain excluded from the artifact;.git/.githubalways excluded).Breaking Changes
None affecting these workflows. The only input used here is
path, whose name, semantics, and default are unchanged in v5. The newinclude-hidden-filesinput is additive with a default that preserves prior behavior. The v5 major bump is driven by the internal runtime upgrade (upload-artifact v7 / Node 24), which is supported by current GitHub-hosted runners.Code Changes Required
None — drop-in version tag bump only.
Summary by CodeRabbit