[Artifacts] Save md5 hash for each artifact upload (#1494)

* Hash artifact upload using md5

* Add imports

* Small tweaks

* PR feedback

* PR Feedback
This commit is contained in:
Konrad Pabjan
2023-08-15 13:39:57 -04:00
committed by GitHub
parent 45c49b09df
commit c9dab8c79d
5 changed files with 70 additions and 14 deletions

View File

@@ -44,6 +44,7 @@
"@azure/storage-blob": "^12.15.0",
"@protobuf-ts/plugin": "^2.2.3-alpha.1",
"archiver": "^5.3.1",
"crypto": "^1.0.1",
"jwt-decode": "^3.1.2",
"twirp-ts": "^2.5.0"
},