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

Need to update github actions #2063

Closed
1 of 13 tasks
hanagasira opened this issue Apr 18, 2023 · 0 comments · Fixed by #2064
Closed
1 of 13 tasks

Need to update github actions #2063

hanagasira opened this issue Apr 18, 2023 · 0 comments · Fixed by #2064
Labels

Comments

@hanagasira
Copy link
Contributor

What seems to be the problem?
The following warning message appears after running ci

linux (release, x64)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

https://github.com/premake/premake-core/actions/runs/4713845024

What did you expect to happen?

No warning condition

What have you tried so far?

How can we reproduce this?
run ci.

  • Visual Studio 2022 (vs2022)
  • Visual Studio 2019 (vs2019)
  • Visual Studio 2017 (vs2017)
  • Visual Studio 2015 (vs2015)
  • Visual Studio 2012 (vs2012)
  • Visual Studio 2010 (vs2010)
  • Visual Studio 2008 (vs2008)
  • Visual Studio 2005 (vs2005)
  • GNU Makefile (gmake)
  • GNU Makefile 2 (gmake2)
  • XCode (xcode)
  • Codelite
  • Other (Please list below)

What version of Premake are you using?

Anything else we should know?

Need to update CI config file

actions/checkout@v2
actions/upload-artifact@v2

to

actions/checkout@v3
actions/upload-artifact@v3

actions/checkout#1047 (comment)

(You can now support Premake on our OpenCollective. Your contributions help us spend more time responding to issues like these!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant