diff --git a/README.md b/README.md index c58f1b13..17161c86 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,15 @@ $ npm install @actions/github --save ```
+:floppy_disk: [@actions/artifact](packages/artifact) + +Provides functions to interact with actions artifacts. Read more [here](packages/artifact) + +```bash +$ npm install @actions/artifact --save +``` +
+ ## Creating an Action with the Toolkit :question: [Choosing an action type](docs/action-types.md)