diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 1a5550d6b..ce4cb02b3 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -256,7 +256,7 @@ jobs: - name: Checkout cli/cli uses: actions/checkout@v5 - name: Merge built artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 - name: Checkout documentation site uses: actions/checkout@v5 with: