Skip to content

ci: Bump actions/upload-pages-artifact from 4 to 5#1155

Merged
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:ci/actions-upload-pages-artifact-5
Jul 16, 2026
Merged

ci: Bump actions/upload-pages-artifact from 4 to 5#1155
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:ci/actions-upload-pages-artifact-5

Conversation

@mtrezza

@mtrezza mtrezza commented Jul 16, 2026

Copy link
Copy Markdown
Member

Closes #1133

Bumps actions/upload-pages-artifact from v4 to v5 in the GitHub Pages steps of release-manual-docs.yml and release-publish.yml (3 occurrences total). Replacement for the Dependabot PR so the commit lands under a maintainer identity.

Changes (v4 -> v5)

  • Update internal actions/upload-artifact to v7.0.0: the composite action now delegates to actions/upload-artifact@v7, which runs on the Node 24 runtime (addresses the deprecation of Node 20 on GitHub Actions runners).
  • New include-hidden-files input (default false): additive, opt-in. Default behavior is unchanged from v4 (dotfiles remain excluded from the artifact; .git/.github always excluded).

Breaking Changes

None affecting these workflows. The only input used here is path, whose name, semantics, and default are unchanged in v5. The new include-hidden-files input 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

  • Chores
    • Updated the documentation publishing workflow to use the latest GitHub Pages artifact upload action.
    • Applied the update to API, Dart, and Flutter documentation publishing.

@parse-github-assistant

Copy link
Copy Markdown

🚀 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

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

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.

@mtrezza

mtrezza commented Jul 16, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

No new commits to review since the last review.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dec1941b-b810-4802-8ac4-dcaa2f5d17c0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The documentation publishing workflows update actions/upload-pages-artifact from v4 to v5 for manual, Dart, and Flutter GitHub Pages deployments. Artifact paths and surrounding deployment logic remain unchanged.

Changes

GitHub Pages artifact upgrade

Layer / File(s) Summary
Update documentation artifact uploads
.github/workflows/release-manual-docs.yml, .github/workflows/release-publish.yml
Manual, Dart, and Flutter documentation workflows now use actions/upload-pages-artifact@v5.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the PR’s main change and uses an allowed ci: prefix with a capitalized summary.
Description check ✅ Passed The description covers the issue and approach well, but it omits the repository template headings and task checklist.
Linked Issues check ✅ Passed The changes satisfy issue #1133 by upgrading actions/upload-pages-artifact from v4 to v5 in the affected workflows.
Out of Scope Changes check ✅ Passed No unrelated changes are present; the diff is limited to the requested version bump in the GitHub Pages workflow steps.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed Only the upload-pages-artifact tag changed to v5; no new risky inputs, permissions, or artifact paths were introduced, and hidden files stay excluded by default.
Engage In Review Feedback ✅ Passed PR #1133 shows “No reviews”; only bot comments/title change, so there was no feedback to ignore or resolve.
✨ 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.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.42%. Comparing base (4baa3ea) to head (5cb82af).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza
mtrezza merged commit e48db07 into parse-community:master Jul 16, 2026
11 of 13 checks passed
@mtrezza
mtrezza deleted the ci/actions-upload-pages-artifact-5 branch July 16, 2026 21:38
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.

1 participant