Compare commits

...

3 Commits

Author SHA1 Message Date
Bassem Dghaidi a9bc5e6ef2 Use Node24 2026-03-17 06:33:43 -07:00
Bassem Dghaidi ad191675b4 Use Node20 2026-03-17 06:25:04 -07:00
Bassem Dghaidi 1163061bb1 Security update dependencies including transitive 2026-03-17 06:17:42 -07:00
4 changed files with 1237 additions and 4551 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node16'
using: 'node24'
main: 'dist/index.js'
+402 -4047
View File
File diff suppressed because it is too large Load Diff
+831 -500
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "download-artifact",
"version": "3.0.0",
"version": "3.1.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.1",
"@actions/artifact": "^1.1.3",
"@actions/core": "^1.10.0"
},
"devDependencies": {
@@ -41,4 +41,4 @@
"prettier": "^2.0.5",
"typescript": "^3.8.3"
}
}
}