
It's used here
|
const tc = require("@actions/tool-cache"); |
But I think that essentially it ownly downloads the file, without actually using any kind of cacheish code. So could httpClient (which would need a combination with actions/io) or simply curl (which is installed in all runners) be used instead?