Skip to content

Stabilize pkgdown Pages deploy by upgrading GitHub Pages actions - #4

Merged
fernandomayer merged 2 commits into
mainfrom
copilot/fix-deploy-job-failure
Jul 3, 2026
Merged

Stabilize pkgdown Pages deploy by upgrading GitHub Pages actions#4
fernandomayer merged 2 commits into
mainfrom
copilot/fix-deploy-job-failure

Conversation

Copilot AI commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

The pkgdown workflow’s deploy job was intermittently failing in GitHub Actions (Deployment failed, try again later) on the Pages deployment step. This change updates the workflow to the current GitHub Pages action versions used by the deployment pipeline.

  • Workflow update: Pages artifact upload

    • Bumped .github/workflows/pkgdown.yaml from actions/upload-pages-artifact@v3 to @v4.
  • Workflow update: Pages deployment

    • Bumped .github/workflows/pkgdown.yaml from actions/deploy-pages@v4 to @v5.
  • Net effect

    • Aligns the pkgdown deployment path with current Pages actions/runtime expectations and removes version drift in the deploy chain.
# .github/workflows/pkgdown.yaml
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4

- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v5

Copilot AI changed the title [WIP] Fix failing GitHub Actions job deploy Stabilize pkgdown Pages deploy by upgrading GitHub Pages actions Jul 3, 2026
Copilot AI requested a review from fernandomayer July 3, 2026 00:35
@fernandomayer
fernandomayer marked this pull request as ready for review July 3, 2026 00:42
Copilot AI review requested due to automatic review settings July 3, 2026 00:42
@fernandomayer
fernandomayer merged commit 0de5e58 into main Jul 3, 2026
12 checks passed
@fernandomayer
fernandomayer deleted the copilot/fix-deploy-job-failure branch July 3, 2026 00:43

Copilot AI 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.

Pull request overview

Updates the pkgdown GitHub Actions workflow to use the current GitHub Pages action major versions, aiming to reduce intermittent Pages deployment failures by aligning with the latest Pages deployment pipeline.

Changes:

  • Bump actions/upload-pages-artifact from @v3 to @v4.
  • Bump actions/deploy-pages from @v4 to @v5.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

3 participants