diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b76d9d8..f6cc3f1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: Upload docs to Github Pages timeout-minutes: 10 if: ${{ !cancelled() && github.event_name == 'push' && github.ref == 'refs/heads/main' }} - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: './docs/build'