Skip to content

fix: GitHub Pages CI failure from deprecated upload-artifact v3#203

Merged
Myriad-Dreamin merged 2 commits intomainfrom
copilot/fix-github-pages-ci-failure
Nov 6, 2025
Merged

fix: GitHub Pages CI failure from deprecated upload-artifact v3#203
Myriad-Dreamin merged 2 commits intomainfrom
copilot/fix-github-pages-ci-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 6, 2025

GitHub Pages deployment was failing due to deprecated actions/upload-artifact@v3 used internally by outdated action versions.

Changes

Upgraded GitHub Pages actions in .github/workflows/github_pages.yml:

  • actions/configure-pages: v3 → v5
  • actions/upload-pages-artifact: v1 → v3
  • actions/deploy-pages: v2 → v4

These versions use actions/upload-artifact@v4 internally, resolving the deprecation error.

Original prompt

帮我把github pages的ci failure修了


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: Enter-tainer <25521218+Enter-tainer@users.noreply.github.com>
@Enter-tainer Enter-tainer marked this pull request as ready for review November 6, 2025 10:23
Copilot AI changed the title [WIP] Fix GitHub Pages CI failure Fix GitHub Pages CI failure from deprecated upload-artifact v3 Nov 6, 2025
Copilot AI requested a review from Enter-tainer November 6, 2025 10:23
@Myriad-Dreamin Myriad-Dreamin changed the title Fix GitHub Pages CI failure from deprecated upload-artifact v3 fix: GitHub Pages CI failure from deprecated upload-artifact v3 Nov 6, 2025
@Myriad-Dreamin Myriad-Dreamin merged commit 4e263b0 into main Nov 6, 2025
7 of 10 checks passed
@Myriad-Dreamin Myriad-Dreamin deleted the copilot/fix-github-pages-ci-failure branch November 6, 2025 12:03
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