update actions checkout from v4 to v6 & actions upload artifact from v4 to v7#10
Open
Mynster9361 wants to merge 1 commit into
Open
update actions checkout from v4 to v6 & actions upload artifact from v4 to v7#10Mynster9361 wants to merge 1 commit into
Mynster9361 wants to merge 1 commit into
Conversation
…s to the existing features used. updated actions upload-artifact from v4 to v7 - no breaking changes in regards to the existing features used.
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.
update actions checkout from v4 to v6 - no breaking changes in regards to the existing features used.
updated actions upload-artifact from v4 to v7 - no breaking changes in regards to the existing features used.
What this changes
This PR updates the actions utilized within the CI-CD flows to utilize newer versions of exsiting used actions.
Why
This ensures we are running on the newest versions of the actions.
This will utilize node v24 instead of node v20 not a major change but always good to keep things up to date.
In reality this should have no effect on the flow it self but adds new features that could be utilized along with added security in regards to the packages used to run the flow within the code of the actions
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
See changes on each of the flows here:
(Actions checkout)
https://github.com/actions/checkout#checkout-v6
(upload-artifcat)
https://github.com/actions/upload-artifact/releases