Change RemoteCache to use the same strategy as dynamic execution for downloading files #12454
Labels
P2
We'll consider working on this in future. (Assignee optional)
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
type: feature request
Currently,
RemoteCache
download the output files and directory trees of a remotely executed action to the local machine by putting the temp file next to the output, with a.tmp
suffix.It would be nice to change
RemoteCache
to use the strategy described by @jmmv here #11340 (comment) for download files.The text was updated successfully, but these errors were encountered: