GitLabPHP / Client

GitLab API v4 client for PHP
MIT License
933 stars 452 forks source link

Cannot download artifacts for job with space in its name #774

Closed wilkolazki closed 1 year ago

wilkolazki commented 1 year ago

Hi,

It is impossible to download artifacts using Jobs::artifactsByRefName and Jobs::artifactByRefName, because the space in jobs name is double-encoded to %2520 instead of %20.

I've created pull request #773 with fix to this issue.

GrahamCampbell commented 1 year ago

Fixed in 11.10.1, 11.11.1, 11.12.0.