diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c00df9c..bf9e509 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v5 - name: Download docs artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: docs-* path: /tmp/docs