**Describe the bug** A clear and concise description of what the bug is. Compare [the documentation](https://github.com/actions/upload-artifact/blob/ea3d524381d563437a7d64af63f3d75ca55521c4/README.md#upload-using-multiple-paths-and-exclusions): > Relative and absolute file paths are both allowed. To [what actually happens](https://github.com/courselore/courselore/runs/1906616038?check_suite_focus=true): ```yaml with: path: ../courselore.zip ``` ``` Error: Invalid pattern '../courselore.zip'. Relative pathing '.' and '..' is not allowed. ``` **Version** - [ ] V1 - [x] V2 **Environment** - [ ] self-hosted - [x] Linux - [ ] Windows - [ ] Mac **Screenshots** If applicable, add screenshots to help explain your problem. **Run/Repo Url** If applicable, and if your repo/run is public, please include a URL so it is easier for us to investigate. **How to reproduce** If applicable, add information on how to reproduce the problem. **Additional context** Add any other context about the problem here.