action appveyor_get_build_artifacts { label: "Get build artifacts" provider: appveyor method: GET path: "/buildjobs/{jobId}/artifacts" encoding: json output: { type: "object" additionalProperties: true } }