ci: update workflows for temurin and node 24 actions#1063
Merged
Conversation
Switch GitHub Actions setup-java from deprecated adopt distribution to temurin across all workflows. Fixes #1021 Co-authored-by: Cursor <cursoragent@cursor.com>
Greptile SummaryThis PR updates the Java distribution used by GitHub Actions workflows.
Confidence Score: 5/5This looks safe to merge.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Updates the CI Java setup distribution to temurin for Java 17. |
| .github/workflows/e2e.yml | Updates both e2e Java setup steps to temurin for Java 17. |
| .github/workflows/e2e_migration.yml | Updates the migration e2e Java setup distribution to temurin for Java 17. |
| .github/workflows/lint.yml | Updates the lint workflow Java setup distribution to temurin for Java 17. |
| .github/workflows/release-internal.yml | Updates the internal release workflow Java setup distribution to temurin for Java 17. |
| .github/workflows/release.yml | Updates the release workflow Java setup distribution to temurin for Java 17. |
| .github/workflows/ui-tests.yml | Updates the UI test workflow Java setup distribution to temurin for Java 17. |
Reviews (1): Last reviewed commit: "ci: use temurin jdk in setup-java" | Re-trigger Greptile
Upgrade paths-filter to v4 and artifact actions to v7 so workflows stop warning about Node.js 20 on ubuntu-latest. Co-authored-by: Cursor <cursoragent@cursor.com>
jvsena42
approved these changes
Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1021
Description
CI cleanup for GitHub Actions deprecations on
ubuntu-latest:distribution: 'adopt'with'temurin'in all workflows.dorny/paths-filter@v3→@v4actions/upload-artifact@v6→@v7actions/download-artifact@v6→@v7This addresses warnings seen in E2E run #3629 and E2E Migration run #185.
Updated workflows:
ci.yml,lint.yml,ui-tests.yml,e2e.yml,e2e_migration.yml,release.yml,release-internal.yml.QA Notes