update cicd workflow actions to the newest#168
Merged
HeyItsGilbert merged 1 commit intoMay 15, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the CI workflow’s GitHub Actions dependencies to newer major versions intended to run on newer Node runtimes.
Changes:
- Updates checkout actions in PowerShell test jobs.
- Updates artifact upload/download actions used for test result publishing.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
HeyItsGilbert
approved these changes
May 15, 2026
Member
|
Thank you! |
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.
What this changes
This change updates the current github actions to run on the newest versions.
Bumping node (for some v16 and others v20) to all run on Node v24
Why
This ensures we do not suddenly have to make changes in the future as the releases this currently runs on is the next runner ups for deprecation.
Also always good to keep things you depend on up to date and ensure they run on the new actions
Closes #
Type of change
Checklist
Invoke-psake Analyzepasses locally with no new warningsInvoke-psake Testpasses locally on at least one platformCHANGELOG.mdupdated (required for any user-facing change)Additional notes
To view changes / release notes you can find them on below links:
(Actions checkout)
https://github.com/actions/checkout#checkout-v6
(upload-artifact)
https://github.com/actions/upload-artifact/releases
(download-artifact)
https://github.com/actions/download-artifact/releases