diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2059a7f9..dd9061e585 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,12 +64,12 @@ jobs: needs: [build] steps: - name: Download built playground - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: playground path: dist - name: Download built docs - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: docs path: dist/docs