Skip to content

Commit

Permalink
fix: up node version and upload artifact version (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrMatsko authored Sep 26, 2024
1 parent 5a546ac commit b8c57f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swagger-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: make validate-spec

- name: Save build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: specfile
path: docs/swagger.yaml
Expand All @@ -53,7 +53,7 @@ jobs:
name: specfile
path: docs

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
- run: npm i --location=global swaggerhub-cli
- run: |
VERSION=`echo ${GITHUB_REF_NAME}| sed 's#[^a-zA-Z0-9_\.\-]#_#g'`
Expand Down

0 comments on commit b8c57f3

Please sign in to comment.