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:
Angela P Wen 2024-09-12 12:56:38 -07:00
parent cb7faf53f6
commit e7716806b8
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ export async function uploadCombinedSarifArtifacts() {
await uploadDebugArtifacts(
toUpload,
baseTempDir,
"upload-debug-artifacts",
"combined-sarif-artifacts",
);
}
}