Compare commits

..

5 Commits

Author SHA1 Message Date
Konrad Pabjan
7df796be49 Merge branch 'main' into konradpabjan/package-updates 2023-01-04 17:25:44 -05:00
Konrad Pabjan
5df67a0f3f Use node 16 for CI + devcontainer 2023-01-04 20:21:02 +00:00
Konrad Pabjan
57aa2e0f04 Run npm release 2023-01-04 19:56:56 +00:00
Konrad Pabjan
ef2e625d3a Use node 18 + caching in CI 2023-01-04 19:53:31 +00:00
Konrad Pabjan
8df9014c0c Use latest actions/artifact NPM package + misc updates 2023-01-04 19:41:11 +00:00
4 changed files with 4538 additions and 1224 deletions

View File

@@ -9,5 +9,5 @@ inputs:
description: 'Destination path'
required: false
runs:
using: 'node24'
using: 'node16'
main: 'dist/index.js'

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"
}
}
}