mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-24 05:09:11 +00:00
Merge e11e7e24ff into 043fb46d1a
This commit is contained in:
commit
143891fba8
@ -486,3 +486,5 @@ At the bottom of the workflow summary page, there is a dedicated section for art
|
|||||||
There is a trashcan icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository.
|
There is a trashcan icon that can be used to delete the artifact. This icon will only appear for users who have write permissions to the repository.
|
||||||
|
|
||||||
The size of the artifact is denoted in bytes. The displayed artifact size denotes the size of the zip that `upload-artifact` creates during upload. The Digest column will display the SHA256 digest of the artifact being uploaded.
|
The size of the artifact is denoted in bytes. The displayed artifact size denotes the size of the zip that `upload-artifact` creates during upload. The Digest column will display the SHA256 digest of the artifact being uploaded.
|
||||||
|
- name: Upload Artifact
|
||||||
|
uses: actions/upload-artifact@4.6.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user