get this working with s3 buckets

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
This commit is contained in:
Eli Uriegas 2021-05-17 17:11:46 -07:00
parent 158ca71f7c
commit 57250ea9cd
5 changed files with 269 additions and 42 deletions

View file

@ -29,7 +29,9 @@
"homepage": "https://github.com/actions/download-artifact#readme",
"dependencies": {
"@actions/artifact": "^0.5.1",
"@actions/core": "^1.2.6"
"@actions/core": "^1.2.6",
"@actions/github": "^5.0.0",
"aws-sdk": "^2.908.0"
},
"devDependencies": {
"@types/node": "^12.12.6",