Install actions/artifact@v1 as artifact-legacy and v2 as artifact

This commit is contained in:
Angela P Wen
2024-09-25 12:06:16 -07:00
parent 46e0c78da9
commit 76b799de1d
5370 changed files with 2176476 additions and 71812 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = typeof queueMicrotask === 'function' ? queueMicrotask : (fn) => Promise.resolve().then(fn)