Skip to content

chore(ci): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0#137

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-pages-artifact-5.0.0
Open

chore(ci): bump actions/upload-pages-artifact from 4.0.0 to 5.0.0#137
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/upload-pages-artifact-5.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/upload-pages-artifact from 4.0.0 to 5.0.0.

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

You can trigger a rebase of this PR 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)

Open in Devin Review

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@7b1f4a7...fc324d3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@greptile-apps

greptile-apps Bot commented Apr 23, 2026

Copy link
Copy Markdown

Greptile Summary

Routine Dependabot bump of actions/upload-pages-artifact from v4.0.0 to v5.0.0. The new version updates the internal upload-artifact dependency to v7 and adds an optional include-hidden-files input; both changes are backward-compatible for this workflow. The commit hash pin is correctly updated to the new release.

Confidence Score: 5/5

Safe to merge — straightforward dependency bump with no logic changes and a correctly pinned commit hash.

The only change is a version bump of a GitHub Actions dependency, pinned to the new release's commit hash. The v5.0.0 release is backward-compatible and no issues were found.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/docs.yml Bumps actions/upload-pages-artifact from v4.0.0 (pinned hash 7b1f4a7) to v5.0.0 (pinned hash fc324d3); no other changes.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions
    participant Build as Build Job
    participant Upload as upload-pages-artifact@v5.0.0
    participant Pages as GitHub Pages

    GHA->>Build: Trigger docs workflow
    Build->>Build: Build site with zensical
    Build->>Upload: Upload artifact (path: site)
    Upload->>Pages: Store pages artifact
    Pages-->>GHA: Deploy to GitHub Pages
Loading

Reviews (1): Last reviewed commit: "chore(ci): bump actions/upload-pages-art..." | Re-trigger Greptile

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.

0 participants