diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index aa42aae..e34800a 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download openapi.json - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: spec-file - name: Generate Swagger UI