Commit 14d98a4
committed
fix(Cache): Do not treat 201 Created as an error code (#35270)
`201 Created` is a success in the cache `PUT` operation: we are getting the failure log lines in every build (see [example](https://github.com/leanprover-community/mathlib4/actions/runs/21996999056/job/63559518669#step:25:39) but this happens every time):
```
Transfer failed (error code: 201)
```
because creating new blobs comes back with `201`.1 parent a783932 commit 14d98a4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
0 commit comments