Change log message to warning

This commit is contained in:
Michael B. Gale
2026-01-20 13:25:25 +00:00
parent 9a57e78a04
commit 1ac62705ed
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ export function getArtifactSuffix(matrix: string | undefined): string {
for (const matrixKey of Object.keys(matrixObject).sort())
suffix += `-${matrixObject[matrixKey]}`;
} catch {
core.info(
core.warning(
"Could not parse user-specified `matrix` input into JSON. The debug artifact will not be named with the user's `matrix` input.",
);
}