Skip to content

chore: Bump actions/upload-pages-artifact from 4 to 5#1783

Merged
gnodet merged 2 commits into
masterfrom
dependabot/github_actions/master/actions/upload-pages-artifact-5
Apr 24, 2026
Merged

chore: Bump actions/upload-pages-artifact from 4 to 5#1783
gnodet merged 2 commits into
masterfrom
dependabot/github_actions/master/actions/upload-pages-artifact-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps actions/upload-pages-artifact from 4 to 5.

Release notes

Sourced from actions/upload-pages-artifact's releases.

v5.0.0

Changelog

See details of all code changes since previous release.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated build infrastructure dependencies.

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-pages-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 13, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e460c283-5e29-402a-b612-91aaefd21398

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 GitHub Pages workflow was updated to use version 5 of the actions/upload-pages-artifact action, replacing the previous version 4. The artifact upload path and build/deploy configuration remain unchanged.

Changes

Cohort / File(s) Summary
GitHub Pages Workflow
.github/workflows/website.yml
Bumped actions/upload-pages-artifact from v4 to v5. Upload path and deployment steps unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A version bump in the workflow today,
Upload pages in a brighter way,
From four to five we gently stride,
No breaking changes, smooth and wide,
The site builds on, with actions refined! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: bumping the actions/upload-pages-artifact GitHub Action from version 4 to 5.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/github_actions/master/actions/upload-pages-artifact-5

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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 the current code and only fix it if needed.

Inline comments:
In @.github/workflows/website.yml:
- Around line 65-67: Update the copy commands that use "cp -r .../*" (e.g.,
inside the steps that copy jline-3.x/website/target/build and
master/website/target/build into combined-site) to preserve dotfiles by copying
the directory contents with a dot or explicit directory copy (e.g., use "cp -r
target/build/. combined-site/" style instead of "cp -r target/build/*"), and add
include-hidden-files: true to the upload action configuration for uses:
actions/upload-pages-artifact@v5 under the with: block so hidden files like
.nojekyll are included in the uploaded artifact.
🪄 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: defaults

Review profile: CHILL

Plan: Pro

Run ID: b3877cd0-e20b-41e9-8122-24d3e3d3d1b8

📥 Commits

Reviewing files that changed from the base of the PR and between 7e8e2ed and bd65b47.

📒 Files selected for processing (1)
  • .github/workflows/website.yml

Comment thread .github/workflows/website.yml
Use `cp -r .../build/.` instead of `.../build/*` to include dotfiles
like `.nojekyll` in the combined site, and add `include-hidden-files: true`
to upload-pages-artifact@v5 which excludes them by default.
@sonarqubecloud
Copy link
Copy Markdown

@gnodet gnodet merged commit da637d3 into master Apr 24, 2026
15 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/master/actions/upload-pages-artifact-5 branch April 24, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant