``Hi, since yesterday (feb 2nd) the action breaks when running on Windows runners. You can find an example here. The same action works well on Ubuntu and macOS runners (as you can see by the matrix from the given example).
node:internal/process/promises:279
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, rename 'C:\Users\runneradmin\.gradle-cache-action\1-index-local-build-cache-info.json' -> 'C:\Users\runneradmin\.gradle-cache-action\1-index-local-build-cache-info.json.1-index-gradle-build-cache-Windows--gradle-7.6-defaultbranch-3e9b5817ad6968c92d16070957[38](https://github.com/mooltiverse/nyx/actions/runs/4075743057/jobs/7034980206#step:10:41)dd4173f84749
'] {
errno: -[40](https://github.com/mooltiverse/nyx/actions/runs/4075743057/jobs/7034980206#step:10:43)58,
code: 'ENOENT',
syscall: 'rename',
path: 'C:\\Users\\runneradmin\\.gradle-cache-action\\1-index-local-build-cache-info.json',
dest: 'C:\\Users\\runneradmin\\.gradle-cache-action\\1-index-local-build-cache-info.json.1-index-gradle-build-cache-Windows--gradle-7.6-defaultbranch-3e9b5817ad6968c92d1607095738dd[41](https://github.com/mooltiverse/nyx/actions/runs/4075743057/jobs/7034980206#step:10:44)73f84749\n'
}
``Hi, since yesterday (feb 2nd) the action breaks when running on Windows runners. You can find an example here. The same action works well on Ubuntu and macOS runners (as you can see by the matrix from the given example).
The error looks like: