mirror of
https://github.com/github/codeql-action.git
synced 2026-05-14 23:30:14 +00:00
Import @actions/artifact@v1 as artifact-legacy and v2 as artifact
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = function (...args) {
|
||||
return function (...ignoredArgs /*, callback*/) {
|
||||
var callback = ignoredArgs.pop();
|
||||
return callback(null, ...args);
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports.default;
|
||||
Reference in New Issue
Block a user