-
-
Notifications
You must be signed in to change notification settings - Fork 727
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 Github Actions Workflow #545
Comments
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed that the current CI workflow in this repository could benefit from some updates. Specifically:
Node.js Installation in the Matrix Test Run:
nvm
to install Node.js versions.actions/setup-node
action. This action can leverage cached Node.js versions from the runner, which could improve efficiency and speed up the CI pipeline.Deprecation of Artifact Actions v3:
actions/upload-artifact@v3
andactions/download-artifact@v3
actions are being deprecated as of November 30, 2024 (GitHub Deprecation Notice).The text was updated successfully, but these errors were encountered: