matlab-actions / setup-matlab

Set up your GitHub Actions workflow with a specific version of MATLAB.
BSD 3-Clause "New" or "Revised" License
75 stars 9 forks source link

`setup-matlab@v2` with `cache: true`: Post setup fails randomly (not very often) #98

Closed zaikunzhang closed 5 months ago

zaikunzhang commented 6 months ago

Hi,

Post setup sometimes fails, although very rarely.

See the workflow run at https://github.com/zequipe/prima/actions/runs/7940609085/job/21682087157.

The failure happens randomly. I have observed this two or three times. Thank you for taking a look.

Best regards, Zaikun

mcafaro commented 6 months ago

This looks like an issue with GitHub Actions cache service. I see some other projects running into similar errors. It may be a temporary outage. If it continues, we can look into treating issues communicating with GitHub Actions cache service as a warning rather than an error.