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