diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a8356272e..e21801e50 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -246,7 +246,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: