diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index fee8d779..714f5761 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -55,7 +55,7 @@ jobs: run: npx -- @redocly/cli build-docs build/docs/openapi.json --title "Momentum controller API - development version" -o ./build/docs/api.html - id: store-docs name: Store assets catalog - uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 + uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: swagger.json path: build/docs/swagger.json