nlohmann / json

JSON for Modern C++

Home Page:https://json.nlohmann.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecation warning on save action in check-amalgamation CI step

nlohmann opened this issue · comments

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

v3 uses Node 16, should be otherwise compatible.