diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 17758a3e616..29744553b49 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -256,7 +256,7 @@ jobs: - name: Checkout cli/cli uses: actions/checkout@v4 - name: Merge built artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 - name: Checkout documentation site uses: actions/checkout@v4 with: