Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update actions in CI to version using Node 20 #207

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

NickEntin
Copy link
Collaborator

The current versions we're using are on Node 16, which is now deprecated. This updates us to the latest version of each action, which uses Node 20.

if: failure()
with:
name: Test Results
name: Test Results (${{ matrix.platform }})
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upload-artifact no longer supports uploading multiple artifacts with the same name

The current versions we're using are on Node 16, which is now deprecated. This updates us to the latest version of each action, which uses Node 20.
@NickEntin
Copy link
Collaborator Author

Opened #210 to verify the new upload-artifact naming works as expected

@NickEntin NickEntin marked this pull request as ready for review February 17, 2024 09:01
@NickEntin NickEntin merged commit c29baeb into master Feb 17, 2024
9 checks passed
@NickEntin NickEntin deleted the entin/node-20 branch February 17, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants