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

Node.js 12 actions are deprecated. - github action warning. #300

Closed
kalwalt opened this issue Mar 28, 2023 · 0 comments
Closed

Node.js 12 actions are deprecated. - github action warning. #300

kalwalt opened this issue Mar 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@kalwalt
Copy link
Member

kalwalt commented Mar 28, 2023

while running the main.yml github action script we receive this error:


Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: 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/.

upload artifact need to be upgraded to v3

- uses: actions/upload-artifact@v2

see comment build (16.x) in the action

@kalwalt kalwalt added bug Something isn't working enhancement New feature or request dependencies Pull requests that update a dependency file labels Mar 28, 2023
@kalwalt kalwalt self-assigned this Mar 28, 2023
kalwalt added a commit that referenced this issue Mar 28, 2023
- upgrading upload-artifact to v3
kalwalt added a commit that referenced this issue Mar 28, 2023
- upgrading upload-artifact to v3
kalwalt added a commit that referenced this issue Mar 28, 2023
- new OEF OneEuroFilter feature
 - fix for issue #286 and #300
 - pkg upgrade
@kalwalt kalwalt closed this as completed Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant