Rename ActionCache to ActionsCache

This commit is contained in:
Sergey Dolin
2023-07-04 18:29:58 +02:00
parent 765f3db869
commit a9c16cbf4d
8 changed files with 16 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ const getCacheArchiveUrl = async (
return cacheDownloadUrl;
};
export const downloadFileFromActionCache = async (
export const downloadFileFromActionsCache = async (
destFileName: string,
cacheKey: string,
cacheVersion: string