File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110292,7 +110292,7 @@ class ArtifactManager {
110292110292 fs.writeFileSync(filePath, report);
110293110293
110294110294 // Upload as artifact
110295- const artifactClient = artifact.create ();
110295+ const artifactClient = artifact.createArtifactClient ();
110296110296 const artifactName = `browserstack-report-${sanitizedBuildName}`;
110297110297
110298110298 const uploadResult = await artifactClient.uploadArtifact(
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class ArtifactManager {
2727 fs . writeFileSync ( filePath , report ) ;
2828
2929 // Upload as artifact
30- const artifactClient = artifact . create ( ) ;
30+ const artifactClient = artifact . createArtifactClient ( ) ;
3131 const artifactName = `browserstack-report-${ sanitizedBuildName } ` ;
3232
3333 const uploadResult = await artifactClient . uploadArtifact (
You can’t perform that action at this time.
0 commit comments