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