Skip to content

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

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#271
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 11, 2026

Copy link
Copy Markdown

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

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)

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 11, 2026

Copy link
Copy Markdown
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.

@greptile-apps

greptile-apps Bot commented Apr 11, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps actions/upload-pages-artifact from v4.0.0 to v5.0.0 in the docs deployment workflow. The action is correctly pinned to the new commit hash fc324d3547104276b827a68afc52ff2a11cc49c9, consistent with the repository's security practice of hash-pinning all GitHub Actions.

Confidence Score: 5/5

Safe to merge — routine Dependabot action bump with correct hash pinning and no logic changes.

Only change is the commit hash and version comment for actions/upload-pages-artifact; the action is still hash-pinned per repository convention, and v5.0.0 is a non-breaking feature update. No issues found.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/docs.yml Single-line version bump of actions/upload-pages-artifact from v4.0.0 to v5.0.0 with updated pinned commit hash; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[push to main / workflow_dispatch] --> B[actions/configure-pages]
    B --> C[actions/checkout]
    C --> D[astral-sh/setup-uv]
    D --> E[uv sync - install docs deps]
    E --> F[zensical build --clean]
    F --> G["actions/upload-pages-artifact@fc324d3 v5.0.0 ✅"]
    G --> H[actions/deploy-pages]
    H --> I[GitHub Pages deployed]
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