Update GitHub Actions and project stage badge to stable#1453
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Contributor
There was a problem hiding this comment.
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-artifactto v5.0.0 (pinned by commit SHA) in the docs workflow. - Bump
actions/deploy-pagesto 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. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



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 theactions/upload-pages-artifactaction from v3.0.1 to v5.0.0 for uploading documentation build artifacts..github/workflows/docs.yaml: Upgraded theactions/deploy-pagesaction 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.