diff --git a/src/restore.ts b/src/restore.ts index 6c09f85..09a3d2f 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -78,7 +78,10 @@ async function run(): Promise { utils.setCacheState(cacheEntry); // Download the cache from the cache entry - await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath); + await cacheHttpClient.downloadCache( + cacheEntry?.archiveLocation, + archivePath + ); const archiveFileSize = utils.getArchiveFileSize(archivePath); core.info(