Draft
bump GitHub Actions to Node 24-compatible versions#23
Conversation
- actions/checkout: v4 → v6 - actions/upload-artifact: /@v4 (typo) → @v7 - actions/upload-artifact/merge: @v4 → @v7 - actions/download-artifact: @v4 → @v8 Note: arduino/setup-arduino-cli@v2 and AButler/upload-release-assets@v3.0 remain on Node.js 20 — no newer releases available from their maintainers. Agent-Logs-Url: https://github.com/MRC3742/DIY-Multiprotocol-TX-Module/sessions/1f7fa437-6418-4ff7-9731-3dbc088a6ae0 Co-authored-by: MRC3742 <26642502+MRC3742@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MRC3742/DIY-Multiprotocol-TX-Module/sessions/c178d771-ae28-48dd-b77c-e5e94ea7b46a Co-authored-by: MRC3742 <26642502+MRC3742@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
MRC3742
May 30, 2026 20:26
View session
Copilot
AI
changed the title
Move CI workflow off deprecated Node 20 actions
CI: bump GitHub Actions to Node 24-compatible versions
May 30, 2026
Copilot
AI
changed the title
CI: bump GitHub Actions to Node 24-compatible versions
Bump Arduino CLI from 0.32.2 to 1.5.0
May 30, 2026
Copilot
AI
changed the title
Bump Arduino CLI from 0.32.2 to 1.5.0
Update CI to Arduino CLI 1.5.0 and force JavaScript actions onto Node 24
May 30, 2026
Copilot
AI
changed the title
Update CI to Arduino CLI 1.5.0 and force JavaScript actions onto Node 24
Revert GitHub Actions Arduino CLI to 0.32.2 while retaining Node 24 JS-action override
May 30, 2026
Copilot
AI
changed the title
Revert GitHub Actions Arduino CLI to 0.32.2 while retaining Node 24 JS-action override
Revert CI to Arduino CLI 0.32.2 and remove committed local CLI binary
May 30, 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.
This change restores the workflow toolchain to Arduino CLI
0.32.2while preservingFORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true. It also removes the committed repository CLI artifact that is no longer referenced by CI/build scripts.Workflow toolchain version alignment
arduino/setup-arduino-cli@v2steps in.github/workflows/main.ymlfrom1.5.0back to0.32.2.FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"unchanged.Repository cleanup
bin/arduino-cli.bin/directory.Resulting configuration (example)