From eeab1ab9bb61c794e8ea1f340d8592de61333a57 Mon Sep 17 00:00:00 2001 From: smzelek <11831150+smzelek@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:05:09 -0400 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2dc5f49..bfdecf4 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ inputs: description: 'Set this to determine the number of days to retain the uploaded artifact [1-90](defaults to 90).' default: 90 runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'