diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 51b26ba573c..d22f65b36a6 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: