From d17d4a916377cc569a5c642b9d2f56c23d1ab620 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 20 Feb 2020 15:05:07 -0500 Subject: [PATCH] Add info about new @actions/artifact package --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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)