Skip to content

chore: Upgrade GitHub Actions workflow dependencies#3955

Closed
mrousavy wants to merge 1 commit into
mainfrom
chore/upgrade-github-actions
Closed

chore: Upgrade GitHub Actions workflow dependencies#3955
mrousavy wants to merge 1 commit into
mainfrom
chore/upgrade-github-actions

Conversation

@mrousavy
Copy link
Copy Markdown
Owner

Summary

  • upgrades harness actions/setup-node from v4 to v6
  • upgrades dorny/paths-filter from v3 to v4
  • upgrades artifact upload/download actions from v4 to v7/v8
  • upgrades AWS Device Farm action from v2.3 to v3
  • pins hendrikmuhs/ccache-action to latest v1.2.23

Changelog notes

  • setup-node@v6 changes automatic caching behavior; these workflows do not use setup-node caching.
  • paths-filter@v4 and AWS Device Farm @v3 move their action runtime to Node 24, which GitHub-hosted runners support.
  • upload-artifact@v7 keeps the current basic name/path flow and adds optional direct uploads; no workflow changes needed here.
  • download-artifact@v8 errors on artifact digest mismatches by default; this is a stricter integrity check and should be kept.
  • ccache-action@v1.2.23 updates bundled ccache to 4.13.3.

Validation

  • ruby -e 'require "yaml"; ARGV.each { |f| YAML.load_file(f); puts "#{f}: ok" }' .github/workflows/harness-android-emulator.yml .github/workflows/harness-aws-device.yml\n- git diff --check\n\n## Notes\nHarness tests are allowed to remain red per repo-owner guidance; this PR is limited to workflow dependency versions.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-native-vision-camera-docs Ready Ready Preview, Comment May 27, 2026 8:52pm

Request Review

@mrousavy
Copy link
Copy Markdown
Owner Author

Superseded by #3959.

@mrousavy mrousavy closed this May 28, 2026
@mrousavy mrousavy deleted the chore/upgrade-github-actions branch May 28, 2026 13:12
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