mirror of
https://github.com/actions/upload-artifact.git
synced 2025-04-02 01:36:36 +00:00
update dist/index.js
This commit is contained in:
parent
0a2b7651d8
commit
bd7da23e57
2 changed files with 3906 additions and 21 deletions
|
@ -99,7 +99,7 @@ For assistance with breaking changes, see [MIGRATION.md](docs/MIGRATION.md).
|
|||
| Name | Description | Example |
|
||||
| - | - | - |
|
||||
| `artifact-id` | GitHub ID of an Artifact, can be used by the REST API | `1234` |
|
||||
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | ```https://github.com/example-org/example-repo/actions/runs/artifacts/1234``` |
|
||||
| `artifact-url` | URL to download an Artifact. Can be used in many scenarios such as linking to artifacts in issues or pull requests. Users must be logged-in in order for this URL to work. This URL is valid as long as the artifact has not expired or the artifact, run or repository have not been deleted | `https://github.com/example-org/example-repo/actions/runs/artifacts/1234` |
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
3925
dist/index.js
vendored
3925
dist/index.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue