diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7a0bfa15..276412ba 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -48,11 +48,10 @@ jobs: cp index.html ./deploy cp validator-flow.md ./deploy - name: Restore releases - uses: actions/download-artifact@v4 + uses: actions/upload-artifact/merge@v4 with: - path: deploy/releases + name: releases pattern: releases-* - merge-multiple: true - name: Bundle spec run: "swagger-cli bundle ./beacon-node-oapi.yaml -r -t yaml -o ./deploy/beacon-node-oapi.yaml" - name: Publish to Github Pages