mirror of
https://github.com/actions/upload-artifact
synced 2025-01-10 16:02:40 +00:00
Improve Zip archives documentation grammar
As the format is `Zip`, it's wrong to precede it with an article `a` which would be more appropriate for an instance of the format.
This commit is contained in:
parent
0387148d8c
commit
6ee0aee05d
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ You may also be limited by Artifacts if you have exceeded your shared storage qu
|
|||
|
||||
### Zip archives
|
||||
|
||||
When an Artifact is uploaded, all the files are assembled into an immutable Zip archive. There is currently no way to download artifacts in a format other than a Zip or to download individual artifact contents.
|
||||
When an Artifact is uploaded, all the files are assembled into an immutable Zip archive. There is currently no way to download artifacts in a format other than Zip or to download individual artifact contents.
|
||||
|
||||
### Permission Loss
|
||||
|
||||
|
|
Loading…
Reference in a new issue