Skip to content

Commit

Permalink
chore: update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoichi206 committed Feb 4, 2024
1 parent d5a6c49 commit dbff88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: redocly build-docs -o ./docs-openapi/index.html openapi.yml

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-artifact@v4
with:
# 注: top からの相対パスになるので注意(working-directory が無視されてそう)。
path: ./openapi/docs-openapi/
Expand Down

0 comments on commit dbff88f

Please sign in to comment.