Skip to content

CI: bump actions off deprecated Node.js 20#23

Merged
mbreese merged 1 commit into
mainfrom
ci-bump-actions
Jun 11, 2026
Merged

CI: bump actions off deprecated Node.js 20#23
mbreese merged 1 commit into
mainfrom
ci-bump-actions

Conversation

@mbreese

@mbreese mbreese commented Jun 11, 2026

Copy link
Copy Markdown
Member

Bumps the workflow actions to their current major versions, all of which run on Node.js 24 (GitHub is removing Node 20 from runners in late 2026; the v0.2.3 release run emitted the deprecation warning):

  • actions/checkout v4 → v6
  • actions/setup-go v5 → v6
  • actions/upload-artifact v4 → v7
  • softprops/action-gh-release v2 → v3

No input changes needed — the workflow uploads one artifact per distinct name and uses standard go-version-file / release inputs. This PR's CI exercises the upgraded checkout/setup-go/upload-artifact actions; action-gh-release@v3 runs only on the main-push / tag paths.

🤖 Generated with Claude Code

Updates to the current major versions, all of which run on Node.js 24
(GitHub is removing Node 20 from runners in late 2026):
- actions/checkout v4 -> v6
- actions/setup-go v5 -> v6
- actions/upload-artifact v4 -> v7
- softprops/action-gh-release v2 -> v3

No workflow input changes were required (one artifact per distinct name,
standard go-version-file / release inputs).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@mbreese mbreese merged commit a7b8f3b into main Jun 11, 2026
1 check passed
@mbreese mbreese deleted the ci-bump-actions branch June 11, 2026 02:04
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.

1 participant