use new @actions/artifact version & update download logic

This commit is contained in:
Rob Herley 2023-08-24 11:57:52 -04:00
parent e9ef242655
commit 24b1443a07
No known key found for this signature in database
GPG key ID: D1602042C3543B06
6 changed files with 113053 additions and 3428 deletions

View file

@ -28,8 +28,9 @@
},
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.1.1",
"@actions/core": "^1.10.0"
"@actions/artifact": "^2.0.0",
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
},
"devDependencies": {
"@types/node": "^12.12.6",