chore(ci): bump github actions to latest major versions - #152
Merged
Conversation
actions/checkout v4 -> v7 actions/setup-node v4 -> v7 actions/setup-python v5 -> v7 actions/upload-artifact v4 -> v7 actions/download-artifact v4 -> v8 codecov/codecov-action v4 -> v7 cloudflare/wrangler-action v3 -> v4 peter-evans/find-comment v3 -> v4 peter-evans/create-or-update-comment v4 -> v5 softprops/action-gh-release v2 -> v3 All bumps checked against upstream release notes; none introduce breaking changes relevant to this workflow's usage (artifact operations are all by-name or use merge-multiple, no deprecated codecov args, no pinned wrangler version to migrate). Most major bumps are Node 20->24 runtime upgrades, transparent on GitHub-hosted runners. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
=======================================
Coverage 36.25% 36.25%
=======================================
Files 115 115
Lines 4281 4281
Branches 1034 1034
=======================================
Hits 1552 1552
Misses 2523 2523
Partials 206 206 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
EdgeTX Buddy has been automatically deployed to Cloudflare. |
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.
Summary
Bumps all GitHub Actions used in
.github/workflows/pipeline.ymlto their latest major versions:actions/checkoutactions/setup-nodeactions/setup-pythonactions/upload-artifactactions/download-artifactcodecov/codecov-actioncloudflare/wrangler-actionpeter-evans/find-commentpeter-evans/create-or-update-commentsoftprops/action-gh-releaseNotes
Checked each major bump against upstream release notes before applying:
ubuntu-22.04,macos-latest,windows-latest).actions/download-artifactv5's breaking change only affects single-artifact downloads by ID; this workflow downloads exclusively bynameor viapattern+merge-multiple: true, so it's unaffected.codecov/codecov-actionv5's deprecatedfile/pluginargs aren't used here (onlytoken).actions/setup-nodev5/v6's automatic package-manager cache detection doesn't conflict with this workflow's explicitcache: "yarn".cloudflare/wrangler-actionv4 changes the default installed Wrangler CLI from v3 to v4 (this workflow doesn't pinwranglerVersion) — the only bump here with real behavioral surface, thoughpages deploysyntax is unchanged between the two.Test plan
preview-webjob deploys successfully with the updatedwrangler-action/checkout/download-artifactversions🤖 Generated with Claude Code