Skip to content

Commit

Permalink
Rename upload-debug-artifacts to combined-sarif-artifacts
Browse files Browse the repository at this point in the history
More accurately describes what these artifacts are, rather than the step they're uploaded in.
  • Loading branch information
Angela P Wen committed Sep 12, 2024
1 parent cb7faf5 commit e771680
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/debug-artifacts.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/debug-artifacts.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/debug-artifacts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function uploadCombinedSarifArtifacts() {
await uploadDebugArtifacts(
toUpload,
baseTempDir,
"upload-debug-artifacts",
"combined-sarif-artifacts",
);
}
}
Expand Down

0 comments on commit e771680

Please sign in to comment.