diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 17758a3e616..c702f2f53d1 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@v6 - name: Checkout documentation site uses: actions/checkout@v4 with: