chore(ci): refresh actions and docs metadata#67
Conversation
de4562f to
de4e4ab
Compare
|
Addressed the scoped review findings:
This addresses the Node 20 artifact-action gap and records the release-workflow verification that PR CI does not exercise. |
Review Panel — Round 1Base: Warning1. All 4 reviewers flagged this. The PR's intent is to move to "current Node 24-backed major versions." The current latest is Fix: bump all five 2. The v7/v8 version gap is intentional — both actions were released as a matched pair on the same day (2026-02-26) and share the same artifact service API revision. The PR has the pairing correct. The risk is that Dependabot (which this PR adds) will auto-bump each action independently and silently break the pairing. A mismatch fails only at download time with a confusing "no artifact found" error, not at upload. Fix: add inline comments tying the two together: - uses: actions/upload-artifact@v7 # must stay in sync with download-artifact version in the publish job- uses: actions/download-artifact@v8 # must match the upload-artifact major used in the build jobConfirmed correct
|
de4e4ab to
28f5628
Compare
|
Updated the PR to address the latest review feedback:
Verification run:
The amended branch is pushed as |
Review Panel — Round 2Reviewers: Codex, general-purpose, code-reviewer (3/3) | Verdict: panel satisfied Both round-1 warnings are resolved:
No new findings. PR is ready to merge. |
Summary
2026, IVR Technology Groupwithout publishing an email address.Validation
python -m pytest -qruff check .ruff format --check .python -m sphinx -W --keep-going -b html doc doc/_build/htmlpython -m buildpython -m twine check dist/*Notes
v1.3.0activation from Post-1.3.0 polish: copyright, Node 20 actions, RTD version #60 is a dashboard setting, not a repository change.Addresses #60.