diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 885bbe3..77b4c0f 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -111,7 +111,7 @@ jobs: popd shell: "bash" - name: "Download Pages artifact" - uses: "actions/download-artifact@v4" + uses: "actions/download-artifact@v5" with: name: "github-pages" - if: "steps.deploy.outcome == 'success'"