Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9bc5e6ef2 | ||
|
|
ad191675b4 | ||
|
|
1163061bb1 |
4 changed files with 1384 additions and 4698 deletions
|
|
@ -9,5 +9,5 @@ inputs:
|
|||
description: 'Destination path'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node24'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
|||
4449
dist/index.js
vendored
4449
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
1331
package-lock.json
generated
1331
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue