Implement cache v2

This commit is contained in:
Bassem Dghaidi
2024-06-10 12:19:52 -07:00
committed by GitHub
parent 146143a9b4
commit 9e63a77e7a
2 changed files with 4 additions and 4 deletions

View File

@@ -229,7 +229,7 @@ export async function saveCache(
// inputs:
// - getSignedUploadURL
// - archivePath
core.debug(`Saving Cache v2: ${archivePath}`)
core.info(`Saving Cache v2: ${archivePath}`)
await UploadCache(signedUploadURL, archivePath)