Skip to content

chore(ci): bump GitHub Pages actions to v5 - #1190

Merged
Kohei-Wada merged 1 commit into
mainfrom
chore/pages-actions-v5
Jul 27, 2026
Merged

chore(ci): bump GitHub Pages actions to v5#1190
Kohei-Wada merged 1 commit into
mainfrom
chore/pages-actions-v5

Conversation

@Kohei-Wada

Copy link
Copy Markdown
Owner

Description

Supersedes #1183 and #1184 by combining them into one change.

Why combined

actions/upload-pages-artifact@v5 updates its internal upload-artifact to v7, so the artifact producer and actions/deploy-pages consumer should move together. Because .github/workflows/docs.yml is itself listed in that workflow's trigger paths, merging the two bumps separately would fire a real Pages deployment in the intermediate v5-upload / v4-deploy state.

Details

  • actions/upload-pages-artifact v4 → v5 (internal upload-artifact → v7, adds include-hidden-files input)
  • actions/deploy-pages v4 → v5 (Node.js runtime → 24.x)

No workflow logic changes. Verified after merge by watching the docs deployment run.

Combines dependabot's #1183 and #1184 into a single change.

`actions/upload-pages-artifact@v5` bumps its internal upload-artifact to
v7, so the producer and consumer must move together. Merging them
separately would run one real Pages deployment with a v5 upload feeding a
v4 deploy, since docs.yml is itself in the workflow's trigger paths.

@amazon-q-developer amazon-q-developer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

The GitHub Pages action version bumps from v4 to v5 are correctly implemented. The coordinated update of both upload-pages-artifact and deploy-pages ensures compatibility with the internal upgrade to upload-artifact v7. No blocking issues identified.


You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.

@Kohei-Wada
Kohei-Wada merged commit f121db9 into main Jul 27, 2026
18 checks passed
@Kohei-Wada
Kohei-Wada deleted the chore/pages-actions-v5 branch July 27, 2026 22:33
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