ci(deps): bump artifact + pages actions to latest (paired) - #340
Merged
Conversation
Bumps GitHub Actions in lockstep so paired actions stay compatible: - actions/upload-artifact v4 -> v7 (release.yml, generate-visual-references.yml, capture-benchmark-baseline.yml) - actions/download-artifact v4 -> v8 (release.yml) — paired with upload above, addressing the mismatch concern that held #319. - actions/upload-pages-artifact v3 -> v5 + actions/deploy-pages v4 -> v5 (docs.yml), paired — supersedes #321/#322. The Pages actions are validated by the docs deploy on merge to main; the release.yml artifact actions are validated by the next release run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR updates GitHub Actions workflow dependencies to newer major versions while keeping related actions “paired” to avoid incompatible combinations (artifact upload/download, and Pages upload/deploy).
Changes:
- Bump
actions/upload-artifacttov7in release + maintainer workflows. - Bump
actions/download-artifacttov8in the release workflow to match current artifact behavior. - Bump GitHub Pages workflows to
actions/upload-pages-artifact@v5andactions/deploy-pages@v5.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yml | Updates artifact upload/download actions used to pass NuGet packages between jobs. |
| .github/workflows/generate-visual-references.yml | Updates artifact upload action used to publish generated visual reference PNGs. |
| .github/workflows/docs.yml | Updates Pages artifact upload and Pages deploy actions for GitHub Pages publishing. |
| .github/workflows/capture-benchmark-baseline.yml | Updates artifact upload action used to publish benchmark baseline captures. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Does the workflow-action bumps I held during the Dependabot review, but paired so no action-version mismatch is introduced:
Validation: the Pages actions are exercised by the
docs.ymldeploy on merge to main (I'll verify the deploy); therelease.ymlartifact actions are exercised by the next release run.🤖 Generated with Claude Code