Skip to content

fix(CI): Upgrade GitHub Actions to latest versions#12

Merged
almostintuitive merged 1 commit into
mainfrom
claude/update-github-actions-MFAeQ
Mar 28, 2026
Merged

fix(CI): Upgrade GitHub Actions to latest versions#12
almostintuitive merged 1 commit into
mainfrom
claude/update-github-actions-MFAeQ

Conversation

@almostintuitive

Copy link
Copy Markdown
Contributor

Summary

This pull request updates all GitHub Actions used in the CI/CD workflows to their latest stable versions to benefit from bug fixes, security patches, and performance improvements.

Key Changes

  • actions/checkout: v4 → v6
  • actions/setup-go: v5 → v6
  • actions/upload-artifact: v4 → v6
  • actions/download-artifact: v4 → v8

Affected Workflows

  • .github/workflows/ci.yml - Test and build jobs
  • .github/workflows/release-assets.yml - Release asset build and preparation
  • .github/workflows/bump.yml - Version bump automation

These updates ensure the workflows use the latest action implementations across all CI/CD pipelines, improving reliability and security of the automated build and release processes.

https://claude.ai/code/session_01TjbaSWvrGwLUVAsa6UWHBZ

- actions/checkout: v4 → v6
- actions/setup-go: v5 → v6
- actions/upload-artifact: v4 → v6
- actions/download-artifact: v4 → v8
@almostintuitive almostintuitive changed the title Upgrade GitHub Actions to latest versions fix(CI): Upgrade GitHub Actions to latest versions Mar 28, 2026
@almostintuitive
almostintuitive marked this pull request as ready for review March 28, 2026 10:31
@almostintuitive
almostintuitive merged commit c3bc699 into main Mar 28, 2026
3 checks passed
@almostintuitive
almostintuitive deleted the claude/update-github-actions-MFAeQ branch March 28, 2026 10:32
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