Skip to content

chore(ci): bump actions/upload-pages-artifact from 4 to 5#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-5
Open

chore(ci): bump actions/upload-pages-artifact from 4 to 5#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/upload-pages-artifact-5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 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)

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 dependabot Dependabot: dependabot dependencies Pull requests that update a dependency file github-actions Dependabot: github-actions labels Apr 26, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner April 26, 2026 06:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file dependabot Dependabot: dependabot github-actions Dependabot: github-actions labels Apr 26, 2026
@github-actions
Copy link
Copy Markdown

AI Analysis

Technical Summary

This pull request updates the GitHub Action actions/upload-pages-artifact from version 4 to version 5 in the CI workflow.

Key Changes in Version 5.0.0:

  • Upgrade of underlying upload-artifact action to version 7, which can bring upstream improvements and fixes.
  • Addition of a new input parameter: include-hidden-files, allowing the action to optionally include hidden files during artifact upload. This adds more flexibility in what files are archived and uploaded.
  • Miscellaneous minor fixes and optimizations as per changelog and merge commits.

Technical Requirements and Constraints

  • The pipeline’s CI configuration must be updated to reference version 5 of the action.
  • The usage of include-hidden-files input is optional, so existing workflows that do not specify this will not be impacted unless explicitly enabled.
  • The new version depends on upload-artifact v7 internally, so underlying dependencies or APIs should be compatible with the project's environment

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Dependabot: dependabot dependencies Pull requests that update a dependency file github-actions Dependabot: github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants