ci: resolve GitHub Actions Node.js warnings
authorVincent Fu <vincent.fu@samsung.com>
Wed, 24 Jan 2024 18:58:11 +0000 (18:58 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 24 Jan 2024 19:45:33 +0000 (19:45 +0000)
commit7f250f7514bacef1a3cea24a22ecce8bd30378bd
tree81955cecb9923cd676d3b5501c2a42dc4b1ba869
parent1ee0469f6d180a98d31196bea787f37269ff9cdd
ci: resolve GitHub Actions Node.js warnings

Switch from actions/checkout@v3 to v4 and from
actions/upload-artifacts@v3 to v4.

This resolves the below warnings from GitHub Actions:

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/checkout@v3. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: actions/upload-artifact@v3. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
.github/workflows/ci.yml