From d8d4202c304a4ff4d6abf919a39fd3b5e8b5b6f8 Mon Sep 17 00:00:00 2001
From: Aleksandr Statciuk <free.arhey@gmail.com>
Date: Wed, 26 May 2021 16:44:21 +0300
Subject: [PATCH] Update auto-update.yml

---
 .github/workflows/auto-update.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml
index 37e2c2917..5ff51596d 100644
--- a/.github/workflows/auto-update.yml
+++ b/.github/workflows/auto-update.yml
@@ -75,8 +75,14 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v2
-      - name: Download Artifacts
+      - name: Download /channels
+        uses: actions/download-artifact@v2
+        with:
+          name: channels
+      - name: Download README.md
         uses: actions/download-artifact@v2
+        with:
+          name: README.md
       - name: Create Pull Request
         uses: peter-evans/create-pull-request@v3
         with: