Skip to content

Commit c492cc5

Browse files
committed
add fix for artifact
1 parent 6291e29 commit c492cc5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

browserstack-report-action/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41915,7 +41915,7 @@ module.exports = ReportService;
4191541915
const fs = __nccwpck_require__(9896);
4191641916
const path = __nccwpck_require__(6928);
4191741917
const core = __nccwpck_require__(7484);
41918-
const { create } = __nccwpck_require__(7884);
41918+
const artifact = __nccwpck_require__(7884);
4191941919

4192041920
class ArtifactManager {
4192141921
static async saveReportAsArtifact(report, buildName) {

browserstack-report-action/src/utils/ArtifactManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const fs = require('fs');
44
const path = require('path');
55
const core = require('@actions/core');
6-
const { create } = require('@actions/artifact');
6+
const artifact = require('@actions/artifact');
77

88
class ArtifactManager {
99
static async saveReportAsArtifact(report, buildName) {

0 commit comments

Comments
 (0)