Skip to content

[ci] Update CI actions to newer versions #1773#1774

Merged
michaelvlach merged 2 commits intomainfrom
1773-ci-update-ci-actions-to-newer-versions
Apr 18, 2026
Merged

[ci] Update CI actions to newer versions #1773#1774
michaelvlach merged 2 commits intomainfrom
1773-ci-update-ci-actions-to-newer-versions

Conversation

@michaelvlach
Copy link
Copy Markdown
Collaborator

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.

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.
Copilot AI review requested due to automatic review settings April 18, 2026 10:25
@michaelvlach michaelvlach linked an issue Apr 18, 2026 that may be closed by this pull request
@michaelvlach michaelvlach requested a review from agnesoft April 18, 2026 10:25
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agdb Ready Ready Preview, Comment Apr 18, 2026 11:05am

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

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/checkout usage across workflows from v4 to v6
  • Bump artifact upload action from actions/upload-artifact@v4 to @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.

Comment thread .github/workflows/release.yaml
@michaelvlach michaelvlach merged commit 6d8ab64 into main Apr 18, 2026
16 checks passed
@michaelvlach michaelvlach deleted the 1773-ci-update-ci-actions-to-newer-versions branch April 18, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ci] Update CI actions to newer versions

3 participants