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