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

@@ -67,7 +67,7 @@ async function uploadCombinedSarifArtifacts() {
}
}
if (toUpload.length > 0) {
await uploadDebugArtifacts(toUpload, baseTempDir, "upload-debug-artifacts");
await uploadDebugArtifacts(toUpload, baseTempDir, "combined-sarif-artifacts");
}
}
}