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

Deprecation warning on save action in check-amalgamation CI step #4227

Open
2 tasks done
nlohmann opened this issue Nov 29, 2023 · 1 comment
Open
2 tasks done

Deprecation warning on save action in check-amalgamation CI step #4227

nlohmann opened this issue Nov 29, 2023 · 1 comment
Labels

Comments

@nlohmann
Copy link
Owner

Description

The save step of check-amalgamation.yml shows a deprecation warning.

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

image

Reproduction steps

Run CI.

Expected vs. actual results

Expected: no message

Actual: deprecation message

Minimal code example

No response

Error messages

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Compiler and operating system

CI

Library version

3.11.3

Validation

@gregmarr
Copy link
Contributor

v3 uses Node 16, should be otherwise compatible.

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

No branches or pull requests

2 participants