``` $ go version go version go1.20 linux/amd64 $ go test ./... ? github.com/google/go-github/v50/test/fields [no test files] ? github.com/google/go-github/v50/test/integration [no test files] --- FAIL: TestActionsService_DownloadArtifact_invalidLocationHeader (0.00s) actions_artifacts_test.go:385: Expected URL parse error, got <nil> --- FAIL: TestRepositoriesService_GetArchiveLink_invalidLocationHeader (0.00s) repos_contents_test.go:761: Expected URL parse error, got <nil> FAIL FAIL github.com/google/go-github/v50/github 0.651s FAIL ``` Investigating.