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'