Rename upload-debug-artifacts to combined-sarif-artifacts
More accurately describes what these artifacts are, rather than the step they're uploaded in.
This commit is contained in:
parent
cb7faf53f6
commit
e7716806b8
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ export async function uploadCombinedSarifArtifacts() {
|
|||
await uploadDebugArtifacts(
|
||||
toUpload,
|
||||
baseTempDir,
|
||||
"upload-debug-artifacts",
|
||||
"combined-sarif-artifacts",
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue