From 23147a1c8aecdfdbf0d8e909999c3d7198653c4f Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 12 Oct 2021 23:09:23 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 8a2b3416..bfc7fd7d 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -121,6 +121,8 @@ jobs: uses: actions/checkout@v2 with: ref: bot/auto-update + - name: Download Artifacts + uses: actions/download-artifact@v2 - name: Install Dependencies run: npm install - name: Update README.md