Skip to content

Automatic release of main @ 625a583

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 01:32
· 7 commits to main since this release
625a583
Atomically write downloaded file to filesystem (#3)

This prevents writing a truncated file to a valid cache path, and
serving that partial file later.

This uses a new dependency, github.com/natefinch/atomic, which from a
quick look seems to do the right thing.