You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just forked the repo and pulled down the code and noticed that its only actions/checkout left to update, since actions/cache and actions/upload-artifact is already updated to @v4 in develop
I just forked the repo and pulled down the code and noticed that its only actions/checkout left to update, since actions/cache and actions/upload-artifact is already updated to @v4 in develop
Usage Information
nuke.common 8.0.0, .Net 6/7/8
Description
Get this when running GitHub actions generated by nuke.common v 8.0.0:
1 warning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reproduction Steps
Generate a Github action that uses caching and upload some artifacts and run it on GitHub
Expected Behavior
No warnings
Actual Behavior
1 warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
Yes
The text was updated successfully, but these errors were encountered: