@actions/artifact 0.3.1 update (#420)

* Updates to 0.3.1 package update
This commit is contained in:
Konrad Pabjan
2020-04-20 22:58:53 +02:00
committed by GitHub
parent a28977e977
commit bb1053a8a7
9 changed files with 84 additions and 96 deletions

View File

@@ -245,16 +245,7 @@ Header Information: ${JSON.stringify(response.message.headers, undefined, 2)}
*
* FilePaths can include characters such as \ and / which are not permitted in the artifact name alone
*/
const invalidArtifactFilePathCharacters = [
'"',
':',
'<',
'>',
'|',
'*',
'?',
' '
]
const invalidArtifactFilePathCharacters = ['"', ':', '<', '>', '|', '*', '?']
const invalidArtifactNameCharacters = [
...invalidArtifactFilePathCharacters,
'\\',