ci: bump actions off node 20#644
Merged
Merged
Conversation
jvsena42
approved these changes
Jul 24, 2026
Greptile SummaryUpdates CI action dependencies to Node.js 24-based major versions.
Confidence Score: 5/5The PR appears safe to merge, with no concrete changed-code failure identified. The action inputs, artifact names and paths, path-filter output consumption, conditions, and downstream workflow expectations remain unchanged across the version upgrades.
|
| Filename | Overview |
|---|---|
| .github/workflows/ai-device-tests.yml | Updates diagnostic artifact uploading from actions/upload-artifact v6 to v7 without changing its inputs. |
| .github/workflows/e2e-tests.yml | Updates artifact transfers to v7 and path filtering to v4 while preserving workflow inputs, outputs, and job gating. |
| .github/workflows/e2e_migration.yml | Updates application, migration-environment, and failure-artifact transfers to artifact action v7. |
| .github/workflows/integration-tests.yml | Updates integration-test result uploading to actions/upload-artifact v7. |
| .github/workflows/unit-tests.yml | Updates unit-test result uploading to actions/upload-artifact v7. |
Reviews (1): Last reviewed commit: "ci: bump actions off node 20" | Re-trigger Greptile
jvsena42
enabled auto-merge
July 24, 2026 16:02
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.
Description
This PR bumps GitHub Actions used by CI workflows off Node.js 20 to versions that run on Node.js 24 by default, matching Android and clearing the deprecation warnings that show up on E2E artifact download/upload.
actions/upload-artifactandactions/download-artifactfrom v6 to v7 across E2E, migration, unit, integration, and AI device workflows.dorny/paths-filterfrom v3 to v4 in the E2E workflow.Linked Issues/Tasks
N/A
Screenshot / Video
N/A
QA Notes
Manual Tests
N/A
Automated Checks
Made with Cursor