diff options
author | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-19 04:26:08 -0800 |
---|---|---|
committer | github-openapi-bot <security+github-openapi-bot@github.com> | 2025-02-19 04:26:08 -0800 |
commit | b89c7055b77c192eb9d169bdfceac2649983c845 (patch) | |
tree | ad121885acf79cc88d82642910497ce3a94833a6 /descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml | |
parent | 2320d61e4c805300787f8551fda53076bb4fae8b (diff) | |
download | rest-api-description-b89c7055b77c192eb9d169bdfceac2649983c845.tar.gz rest-api-description-b89c7055b77c192eb9d169bdfceac2649983c845.zip |
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml')
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index cd227ba8a..4f52b823f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -42433,6 +42433,13 @@ paths: type: string format: date-time nullable: true + digest: + type: string + description: The SHA256 digest of the artifact. This field + will only be populated on artifacts uploaded with upload-artifact + v4 or newer. For older versions, this field will be null. + nullable: true + example: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c workflow_run: type: object nullable: true @@ -42478,6 +42485,7 @@ paths: created_at: '2020-01-10T14:59:22Z' expires_at: '2020-03-21T14:59:22Z' updated_at: '2020-02-21T14:59:22Z' + digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c workflow_run: id: 2332938 repository_id: 1296269 @@ -42494,6 +42502,7 @@ paths: created_at: '2020-01-10T14:59:22Z' expires_at: '2020-03-21T14:59:22Z' updated_at: '2020-02-21T14:59:22Z' + digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c workflow_run: id: 2332942 repository_id: 1296269 @@ -42551,6 +42560,7 @@ paths: created_at: '2020-01-10T14:59:22Z' expires_at: '2020-01-21T14:59:22Z' updated_at: '2020-01-21T14:59:22Z' + digest: sha256:cfc3236bdad15b5898bca8408945c9e19e1917da8704adc20eaa618444290a8c workflow_run: id: 2332938 repository_id: 1296269 |