We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2e671 commit 49b2330Copy full SHA for 49b2330
2 files changed
action.yml
@@ -13,5 +13,5 @@ inputs:
13
description: "The manifest file to use to upload."
14
default: "manifest.json"
15
runs:
16
- using: "node16"
+ using: "node20"
17
main: "dist/index.js"
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "upload-unit",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"scripts": {
5
"build": "tsc"
6
},
0 commit comments