Releases: particle-iot/firmware-upload-action
Releases · particle-iot/firmware-upload-action
v1.0.2
What's Changed
- chore: [sc-130182] Remove beta label from GitHub actions by @laupow in #4
- chore: [sc-125811] Update firmware-upload-action to run on Node 20 by @laupow in #5
Important
firmware-upload-action@v1
now requires a minimum GitHub Action Runner version of v2.308.0.
- If you use GitHub-hosted runners (most likely), no action is required.
- If you use self-hosted runners, you either need to upgrade the runner to the latest version (one that supports
node20
) or pin your workflow tofirmware-upload-action@v1.0.1
to keep usingnode16
(not recommended).
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
v1.0.0-rc.2
Automatic compilation
v1.0.0-rc.1
Merge pull request #2 from particle-iot/feature/sc-117311 Release v1 tag