mirror of
https://github.com/actions/cache.git
synced 2026-06-04 19:21:42 +00:00
This commit is contained in:
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
||||
}
|
||||
return response;
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`Error uploading cache archive: ${error}`);
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
uploadProgress.stopDisplayTimer();
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
||||
}
|
||||
return response;
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`Error uploading cache archive: ${error}`);
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
uploadProgress.stopDisplayTimer();
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
||||
}
|
||||
return response;
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`Error uploading cache archive: ${error}`);
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
uploadProgress.stopDisplayTimer();
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -9848,6 +9848,10 @@ function uploadCacheArchiveSDK(signedUploadURL, archivePath, options) {
|
||||
}
|
||||
return response;
|
||||
}
|
||||
catch (error) {
|
||||
core.debug(`Error uploading cache archive: ${error}`);
|
||||
throw error;
|
||||
}
|
||||
finally {
|
||||
uploadProgress.stopDisplayTimer();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user