diff --git a/action.yml b/action.yml index 6edfec4..44478cb 100644 --- a/action.yml +++ b/action.yml @@ -27,5 +27,5 @@ outputs: files: description: "List of files uploaded to Dropbox" runs: - using: 'node12' + using: 'node16' main: 'dist/index.js'