Skip to content

Update workflow action versions#57

Merged
darrenoh merged 1 commit into
mainfrom
copilot/update-workflow-actions
May 26, 2026
Merged

Update workflow action versions#57
darrenoh merged 1 commit into
mainfrom
copilot/update-workflow-actions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 26, 2026

This pull request updates the versions of several GitHub Actions used in the workflow files to their latest major releases. These changes help ensure continued compatibility, improved security, and access to new features or bug fixes provided by the updated actions.

Workflow Action Version Updates:

General GitHub Actions:

  • Updated actions/checkout from v4 to v6 in .github/workflows/docker-publish-images.yml and .github/workflows/tests.yml. [1] [2] [3] [4]
  • Updated actions/upload-artifact from v4 to v7, and actions/download-artifact from v4 to v8 in .github/workflows/docker-publish-images.yml. [1] [2]

Docker-related Actions:

  • Updated docker/login-action from v3 to v4, docker/setup-qemu-action from v3 to v4, docker/setup-buildx-action from v3 to v4, and docker/metadata-action from v5 to v6 in .github/workflows/docker-publish-images.yml. [1] [2] [3] [4]
  • Updated docker/setup-buildx-action from v3 to v4 in .github/workflows/tests.yml.

These updates are focused solely on keeping the CI/CD workflows up to date and do not affect application code or functionality.

Agent-Logs-Url: https://github.com/drupalforge/deployment/sessions/990bafbe-a37f-4a62-a06e-db6fcbfcb7c6

Co-authored-by: darrenoh <2293701+darrenoh@users.noreply.github.com>
@darrenoh darrenoh changed the title Remove completed workflow pin changelog entry Update workflow action versions May 26, 2026
@darrenoh darrenoh marked this pull request as ready for review May 26, 2026 00:27
@darrenoh darrenoh requested a review from Copilot May 26, 2026 00:27
Copy link
Copy Markdown

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

This PR updates GitHub Actions references in the repository’s CI/CD workflows to newer major versions to keep pipelines current and compatible.

Changes:

  • Bumped actions/checkout to v6 across test and publish workflows.
  • Updated Docker-related actions (docker/login-action, docker/setup-qemu-action, docker/setup-buildx-action, docker/metadata-action) to newer major versions in the image publish workflow.
  • Updated artifact actions in the publish workflow (actions/upload-artifact to v7, actions/download-artifact to v8).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/tests.yml Updates actions/checkout and docker/setup-buildx-action versions used by test jobs.
.github/workflows/docker-publish-images.yml Updates action versions used for Docker build/publish, metadata generation, and artifact upload/download.

@darrenoh darrenoh merged commit 15a9d9b into main May 26, 2026
4 checks passed
@darrenoh darrenoh deleted the copilot/update-workflow-actions branch May 26, 2026 00:30
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.

3 participants