Skip to content

Upgraded GitHub Actions versions and switched to Java 21 in workflows.#29

Merged
nikolaikopernik merged 4 commits into
nikolaikopernik:mainfrom
mike-neck:feature/update-actions
Jun 20, 2026
Merged

Upgraded GitHub Actions versions and switched to Java 21 in workflows.#29
nikolaikopernik merged 4 commits into
nikolaikopernik:mainfrom
mike-neck:feature/update-actions

Conversation

@mike-neck

Copy link
Copy Markdown
Contributor

Summary

  • Bump versions of GitHub Actions used in the Build workflow to currently supported releases:
    • actions/checkout
    • actions/setup-java
    • actions/upload-artifact
  • This addresses recent failures where the Build workflow could not run due to outdated action versions.
  • Upgraded Java version to 21, which is recommended in document.

Motivation

  • The target repository’s Build workflow has been failing because it relied on older action versions that are no longer supported on GitHub-hosted runners. Updating to maintained versions restores the CI pipeline.

What Changed

  • Updated the above actions to their current, supported major versions.
  • No changes to plugin sources or build logic; CI configuration only.

@nikolaikopernik nikolaikopernik merged commit e598c07 into nikolaikopernik:main Jun 20, 2026
1 check passed
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