Skip to content

Bump GitHub Actions to latest major versions#24

Merged
adamnfish merged 1 commit into
mainfrom
gha-action-bumps
Jul 18, 2026
Merged

Bump GitHub Actions to latest major versions#24
adamnfish merged 1 commit into
mainfrom
gha-action-bumps

Conversation

@adamnfish

Copy link
Copy Markdown
Owner

Bumps the GitHub Actions used in our workflows to their latest major versions:

  • actions/checkout v6 → v7
  • actions/setup-node v6 → v7
  • actions/cache v4 → v6
  • actions/download-artifact v4 → v8

actions/upload-artifact is already on v7, which is compatible with download-artifact@v8 (both use the current artifact backend).

🤖 Generated with Claude Code

Updates workflow actions to their current major releases:

- actions/checkout v6 -> v7
- actions/setup-node v6 -> v7
- actions/download-artifact v4 -> v8
- actions/cache v4 -> v6

This clears GitHub's deprecation warnings for download-artifact@v4
and cache@v4, which still run on Node.js 20. The new majors are
Node.js 24 / ESM runtime bumps with no input changes relevant to
these workflows (artifacts are downloaded by name, so the v5 path
behaviour change for downloads by ID does not apply).

Already current: upload-artifact@v7, configure-aws-credentials@v6,
guardian/setup-scala@v1, scalacenter/sbt-dependency-submission@v3.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@adamnfish
adamnfish merged commit bad42c4 into main Jul 18, 2026
3 checks passed
@adamnfish
adamnfish deleted the gha-action-bumps branch July 18, 2026 08:45
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