Skip to content

Commit e6fb8f1

Browse files
committed
cache miss as debug, not warning annotation
1 parent 6a942b3 commit e6fb8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cache/src/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ async function restoreCacheV2(
256256
const response = await twirpClient.GetCacheEntryDownloadURL(request)
257257

258258
if (!response.ok) {
259-
core.warning(`Cache not found for keys: ${keys.join(', ')}`)
259+
core.debug(`Cache not found for keys: ${keys.join(', ')}`)
260260
return undefined
261261
}
262262

0 commit comments

Comments
 (0)