diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 765f397a02..530aa880f3 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@v4 + uses: actions/download-artifact@v5 with: name: playground path: dist - name: Download built docs - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: docs path: dist/docs