From 9ee1c709758a74999b720bab3a9ac0912507865b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <16949192+coder-xiaomo@users.noreply.github.com> Date: Tue, 19 Mar 2024 15:46:12 +0800 Subject: [PATCH] using: node20 Fix Warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: c-hive/gha-remove-artifacts@v1.3.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b830914..03217b9 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Remove artifacts' author: 'c-hive' description: '' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' inputs: age: