Skip to content

ci: update Android E2E workflow actions to v4#149

Open
fernandatoledo wants to merge 1 commit into
masterfrom
codex/update-android-e2e-workflow-actions-v4
Open

ci: update Android E2E workflow actions to v4#149
fernandatoledo wants to merge 1 commit into
masterfrom
codex/update-android-e2e-workflow-actions-v4

Conversation

@fernandatoledo
Copy link
Copy Markdown
Collaborator

Recreates #146 from a maintainer-owned branch so CI can access repository secrets. Original contribution by @tatakaisun.

@fernandatoledo fernandatoledo requested a review from a team as a code owner June 3, 2026 20:44
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

💯 Test Coverage

Lines Statements Branches Functions
Coverage: 56%
56.23% (347/617) 59.18% (174/294) 48.76% (118/242)

😎 Tests Results

Tests Skipped Failures Errors Time
139 0 💤 0 ❌ 0 🔥 33.845s ⏱️
👀 Tests Details • (56%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files56.2359.1848.7656.9 
report-only-changed-files is enabled. No files were changed in this commit :)

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Android E2E GitHub Actions workflows to use the v4 releases of the official artifact and cache actions, addressing the deprecation of actions/*@v3 while keeping the workflows’ behavior and structure the same.

Changes:

  • Bumped actions/upload-artifact from v3 to v4 in Android E2E workflows.
  • Bumped actions/download-artifact from v3 to v4 where APK artifacts are retrieved for test jobs.
  • Bumped actions/cache from v3 to v4 for AVD caching steps.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
.github/workflows/e2e-android.yml Migrates artifact upload/download and AVD cache steps to @v4.
.github/workflows/e2e-android-eas-build.yml Migrates artifact upload/download and AVD cache steps to @v4 for the EAS-build-driven E2E workflow.
.github/workflows/e2e-android-maestro.yml Migrates the test APK upload artifact action to @v4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

4 participants