File tree Expand file tree Collapse file tree
browserstack-report-action Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41915,7 +41915,7 @@ module.exports = ReportService;
4191541915const fs = __nccwpck_require__(9896);
4191641916const path = __nccwpck_require__(6928);
4191741917const core = __nccwpck_require__(7484);
41918- const { create } = __nccwpck_require__(7884);
41918+ const artifact = __nccwpck_require__(7884);
4191941919
4192041920class ArtifactManager {
4192141921 static async saveReportAsArtifact(report, buildName) {
Original file line number Diff line number Diff line change 33const fs = require ( 'fs' ) ;
44const path = require ( 'path' ) ;
55const core = require ( '@actions/core' ) ;
6- const { create } = require ( '@actions/artifact' ) ;
6+ const artifact = require ( '@actions/artifact' ) ;
77
88class ArtifactManager {
99 static async saveReportAsArtifact ( report , buildName ) {
You can’t perform that action at this time.
0 commit comments