Compare commits

..

1 Commits

Author SHA1 Message Date
Rob Herley
246d7188e7 use node20 2024-03-18 16:08:50 +00:00
3 changed files with 4537 additions and 1223 deletions

4437
dist/index.js vendored

File diff suppressed because it is too large Load Diff

1317
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "3.1.0",
"version": "3.0.0",
"description": "Download a build artifact that was previously uploaded in the workflow by the upload-artifact action",
"main": "dist/index.js",
"scripts": {
@@ -28,7 +28,7 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.1.3",
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0"
},
"devDependencies": {
@@ -41,4 +41,4 @@
"prettier": "^2.0.5",
"typescript": "^3.8.3"
}
}
}