diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cc908df8..8f3a22e8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -83,12 +83,12 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download api data - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: api path: repos - name: Download manual data - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: manual path: _book