You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ See ["Caching dependencies to speed up workflows"](https://help.github.com/githu
17
17
* Fixed tar creation error while trying to create tar with path as `~/` home folder on `ubuntu-latest`.
18
18
* Fixed zstd failing on amazon linux 2.0 runners
19
19
* Fixed cache not working with github workspace directory or current directory
20
+
* Fixed the download stuck problem by introducing a timeout of 1 hour for cache downloads.
20
21
21
22
Refer [here](https://github.com/actions/cache/blob/v2/README.md) for previous versions
Copy file name to clipboardExpand all lines: RELEASES.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,4 +21,7 @@
21
21
22
22
### 3.0.6
23
23
- Fixed [#809](https://github.com/actions/cache/issues/809) - zstd -d: no such file or directory error
24
-
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
24
+
- Fixed [#833](https://github.com/actions/cache/issues/833) - cache doesn't work with github workspace directory
25
+
26
+
### 3.0.7
27
+
- Fixed [#810](https://github.com/actions/cache/issues/810) - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
0 commit comments