[ci] Update CI actions to newer versions #1773#1774
Merged
michaelvlach merged 2 commits intomainfrom Apr 18, 2026
Merged
Conversation
Update various GitHub Action versions across .github/workflows to newer releases: actions/checkout v4→v6, actions/upload-artifact v4→v7, codecov/codecov-action v5→v6, actions/github-script v7→v9, pnpm/action-setup v4→v6, and similar bumps. These updates modernize the CI workflows (no behavior changes intended) and ensure compatibility/security with current action releases.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Modernizes CI workflows by bumping GitHub Action versions across multiple workflow files to newer major releases.
Changes:
- Bump
actions/checkoutusage across workflows fromv4tov6 - Bump artifact upload action from
actions/upload-artifact@v4to@v7 - Bump other actions (
codecov/codecov-action,actions/github-script,pnpm/action-setup) to newer majors
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/release.yaml | Updates action versions used in release/build/publish jobs (checkout + pnpm setup). |
| .github/workflows/pr_title.yaml | Updates actions/github-script version used for PR title validation. |
| .github/workflows/examples.yaml | Updates checkout action version for examples CI jobs. |
| .github/workflows/coverage.yaml | Updates checkout and Codecov action versions for coverage upload. |
| .github/workflows/agdb_web.yaml | Updates checkout and artifact upload action versions for web CI. |
| .github/workflows/agdb_studio.yaml | Updates checkout and artifact upload action versions for studio CI. |
| .github/workflows/agdb_server.yaml | Updates checkout action version for server CI and image job. |
| .github/workflows/agdb_ci.yaml | Updates checkout action version for main CI workflow. |
| .github/workflows/agdb_benchmarks.yaml | Updates checkout action version for benchmarks workflow. |
| .github/workflows/agdb_api_typescript.yaml | Updates checkout and artifact upload versions for TS API workflow. |
| .github/workflows/agdb_api_php.yaml | Updates checkout and artifact upload versions for PHP API workflow. |
| .github/workflows/agdb.yaml | Updates checkout action version for core and doctest jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
agnesoft
approved these changes
Apr 18, 2026
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.
Update various GitHub Action versions across .github/workflows to newer releases: actions/checkout v4→v6, actions/upload-artifact v4→v7, codecov/codecov-action v5→v6, actions/github-script v7→v9, pnpm/action-setup v4→v6, and similar bumps. These updates modernize the CI workflows (no behavior changes intended) and ensure compatibility/security with current action releases.