Skip to content

Upgrade GitHub Actions to latest major versions#92

Merged
imp merged 1 commit into
mainfrom
imp/gha
Jun 30, 2026
Merged

Upgrade GitHub Actions to latest major versions#92
imp merged 1 commit into
mainfrom
imp/gha

Conversation

@imp

@imp imp commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • actions/checkout: v4 → v7
  • docker/metadata-action: v5 → v6
  • docker/setup-buildx-action: v3 → v4
  • docker/login-action: v3 → v4
  • docker/build-push-action: v6 → v7
  • actions/upload-artifact: v4 → v7
  • actions/download-artifact: v4 → v8

Swatinem/rust-cache remains at v2 (already current major).

Test plan

  • CI passes on this PR

🤖 Generated with Claude Code

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 the GitHub Actions versions used by the Rust CI workflow, primarily for checkout, artifact handling, and Docker build/publish steps.

Changes:

  • Upgraded multiple GitHub Actions and Docker-related actions to newer major versions in .github/workflows/rust.yml.
  • Updated artifact upload/download actions to newer majors for the multi-arch image digest flow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/rust.yml Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

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

@imp imp merged commit 4f23fd7 into main Jun 30, 2026
5 checks passed
@imp imp deleted the imp/gha branch June 30, 2026 16:50
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.

2 participants