From e0fd07290c70b13b14c2dde6ac85364611c147d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 02:09:42 +0000 Subject: [PATCH] Update action distribution files --- upload-multi-artifact/dist/index.js | 13 +++++++------ upload-multi-artifact/dist/licenses.txt | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/upload-multi-artifact/dist/index.js b/upload-multi-artifact/dist/index.js index dede0af..3d23079 100644 --- a/upload-multi-artifact/dist/index.js +++ b/upload-multi-artifact/dist/index.js @@ -82283,12 +82283,11 @@ readdirGlob.ReaddirGlob = ReaddirGlob; continue; } - if (parser.doctype && parser.doctype !== true) { - parser.sgmlDecl += c - continue; - } - - if ((parser.sgmlDecl + c).toUpperCase() === CDATA) { + if (parser.doctype && parser.doctype !== true && parser.sgmlDecl) { + parser.state = S.DOCTYPE_DTD + parser.doctype += ' +Copyright (c) 2010-2024 Mathias Bynens Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the