Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e771680

Browse files
committed
Rename upload-debug-artifacts to combined-sarif-artifacts
More accurately describes what these artifacts are, rather than the step they're uploaded in.
1 parent cb7faf5 commit e771680

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/debug-artifacts.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/debug-artifacts.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/debug-artifacts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export async function uploadCombinedSarifArtifacts() {
5959
await uploadDebugArtifacts(
6060
toUpload,
6161
baseTempDir,
62-
"upload-debug-artifacts",
62+
"combined-sarif-artifacts",
6363
);
6464
}
6565
}

0 commit comments

Comments
 (0)