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