gopidesupavan commented on PR #54072:
URL: https://github.com/apache/airflow/pull/54072#issuecomment-3216727388
Oh github actions has not allowing some patterns in file paths.
```
With the provided path, there will be 352 files uploaded
Artifact name is valid!
Root directory input is valid!
Error: The path for one of the files in artifact is not valid:
/dag_id=example_bash_decorator/run_id=manual__2025-08-23T10:27:47.958128+00:00/task_id=also_run_this/attempt=1.log.
Contains the following character: Colon :
Invalid characters include: Double quote ", Colon :, Less than <, Greater
than >, Vertical bar |, Asterisk *, Question mark ?, Carriage return \r, Line
feed \n
The following characters are not allowed in files that are uploaded due to
limitations with certain file systems such as NTFS. To maintain file system
agnostic behavior, these characters are intentionally not allowed to prevent
potential problems with downloads on different file systems.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]