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
2
lib/debug-artifacts.js
generated
2
lib/debug-artifacts.js
generated
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue