Skip to content

Update GitHub Actions and project stage badge to stable#1453

Merged
liudger merged 2 commits intomainfrom
fix-doc-and-documentation-workflow
Apr 17, 2026
Merged

Update GitHub Actions and project stage badge to stable#1453
liudger merged 2 commits intomainfrom
fix-doc-and-documentation-workflow

Conversation

@liudger
Copy link
Copy Markdown
Owner

@liudger liudger commented Apr 17, 2026

This pull request updates the documentation deployment workflow and reflects a change in the project's maturity in the README.md. The most important changes are:

Workflow dependency updates:

  • .github/workflows/docs.yaml: Upgraded the actions/upload-pages-artifact action from v3.0.1 to v5.0.0 for uploading documentation build artifacts.
  • .github/workflows/docs.yaml: Upgraded the actions/deploy-pages action from v4.0.5 to v5.0.0 for deploying to GitHub Pages.

Project documentation:

  • README.md: Updated the project stage shield from "experimental" (yellow) to "stable" (green), indicating the project is now considered stable.

@liudger liudger added the documentation Solely about the documentation of the project. label Apr 17, 2026
Copilot AI review requested due to automatic review settings April 17, 2026 06:48
@liudger liudger added the ci Work that improves the continue integration. label Apr 17, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.89%. Comparing base (4ace940) to head (2eebd5e).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1453   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files           6        6           
  Lines         955      955           
  Branches      128      128           
=======================================
  Hits          954      954           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 documentation deployment workflow’s GitHub Actions dependencies and changes the README project stage badge to reflect the project’s “stable” maturity level.

Changes:

  • Bump actions/upload-pages-artifact to v5.0.0 (pinned by commit SHA) in the docs workflow.
  • Bump actions/deploy-pages to v5.0.0 (pinned by commit SHA) in the docs workflow.
  • Update the README “project stage” shield URL from experimental (yellow) to stable (green).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/docs.yaml Updates GitHub Pages upload/deploy action versions used by the documentation workflow.
README.md Switches the project stage badge link to “stable” to reflect maturity.

@sonarqubecloud
Copy link
Copy Markdown

@liudger liudger merged commit 9f56dca into main Apr 17, 2026
22 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 18, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

ci Work that improves the continue integration. documentation Solely about the documentation of the project.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants