1
0
Fork 0
toolkit/packages
Zoran Regvart 37f5a85219
fix: drop support for named pipes on Windows (#962)
Seems that folk are having issues with uploading 0-byte files from
Windows agents. This effectively removes the support for Windows for
uploading from named files that, due to `isFIFO` returning `false` on
Windows for named pipes created using MSYS2's `mkfifo` command, resorted
to checking if the file size is 0 - a common trait of named pipes.

See https://github.com/actions/upload-artifact/issues/281
2021-12-14 15:50:50 -05:00
..
artifact fix: drop support for named pipes on Windows (#962) 2021-12-14 15:50:50 -05:00
cache Cache: Increasing client validation to 10GB (#934) 2021-11-19 16:34:33 +05:30
core Full release of actions/core 1.6.0 with oidc behavior (#919) 2021-09-28 12:55:21 -04:00
exec Update @actions/exec to 1.1.0 (#834) 2021-06-07 10:09:34 -04:00
github Fix high sev in github package (#924) 2021-10-15 15:26:30 -04:00
glob we really shouldn't warn on these errors, action author can decide what to do (#837) 2021-06-07 15:31:03 -04:00
io New versions of toolkit packages (#835) 2021-06-07 15:09:34 -04:00
tool-cache Release new version of the tool-cache (#838) 2021-06-07 15:50:05 -04:00