You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-8
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ See also [download-artifact](https://github.com/actions/download-artifact).
24
24
-[Example output between steps](#example-output-between-steps)
25
25
-[Example output between jobs](#example-output-between-jobs)
26
26
-[Where does the upload go?](#where-does-the-upload-go)
@@ -327,10 +326,3 @@ At the bottom of the workflow summary page, there is a dedicated section for art
327
326
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.
328
327
329
328
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.
330
-
331
-
## Additional Documentation
332
-
333
-
See [Storing workflow data as artifacts](https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts) for additional examples and tips.
334
-
335
-
See extra documentation for the [@actions/artifact](https://github.com/actions/toolkit/blob/main/packages/artifact/docs/additional-information.md) package that is used internally regarding certain behaviors and limitations.
0 commit comments