Skip to content

Upload download targz #1218

Upload download targz

Upload download targz #1218

Triggered via pull request September 21, 2024 02:34
Status Failure
Total duration 34s
Artifacts

test.yml

on: pull_request
run-tests
23s
run-tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
run-tests
Argument of type 'unknown' is not assignable to parameter of type '{ artifacts: { artifact_id: string; listing_id: string | null; name: string; artifact_type: "urdf" | "mjcf" | "stl" | "obj" | "dae" | "ply" | "tgz" | "zip" | "image"; description: string | null; timestamp: number; urls: { ...; }; artifact_label: "kernel" | ... 1 more ... | null; is_official: boolean; }[]; }'.
run-tests
Type 'FormData' is missing the following properties from type '{ file: string; name: string; artifact_type: "urdf" | "mjcf" | "stl" | "obj" | "dae" | "ply" | "tgz" | "zip" | "image"; listing_id?: string | null | undefined; description?: string | null | undefined; label?: "kernel" | ... 2 more ... | undefined; is_official: boolean; }': file, name, artifact_type, is_official
run-tests
Property 'url' does not exist on type '{}'.
run-tests
Argument of type '"/artifacts/upload/{listing_id}"' is not assignable to parameter of type 'PathsWithMethod<paths, "post">'.
run-tests
Process completed with exit code 2.
run-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/