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

[FEATURE]-Update actions to versions that run Node 16 #21

Open
andrew-welker opened this issue Oct 17, 2022 · 0 comments
Open

[FEATURE]-Update actions to versions that run Node 16 #21

andrew-welker opened this issue Oct 17, 2022 · 0 comments
Assignees
Labels
CI CI/Github workflow issues enhancement New feature or request

Comments

@andrew-welker
Copy link
Contributor

GH is deprecating/removing Node 12 from the action runners sometime next summer. Most of the default actions we use have been updated to run on Node 16, but that necessitates changing all of the workflow files to use the latest versions.

In order to prevent issues, workflows should be updated to use the following versions:
actions/checkout@v2 -> actions/checkout@v3
actions/upload-artifact@v1 -> actions/upload-artifact@v3
actions/download-artifact@v1 -> actions/download-artifact@v3

fleskesvor/create-release seems to have disappeared, and actions/upload-release-asset is archived and not maintained by Github anymore. Some research and testing will be necessary to determine what suggested actions should replace them.

Also, Actions now supports job outputs. It might be a good idea to use them to get the version number out of the build job to the publish job instead of writing the version number to a text file.

@andrew-welker andrew-welker added enhancement New feature or request CI CI/Github workflow issues labels Oct 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI/Github workflow issues enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants