Skip to content

Commit

Permalink
fix: upload-artifact version in docs-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Feb 9, 2025
1 parent 09a85ce commit 78f0876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
docs-folder: "docs/"

- name: Saves the HTML build documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: docs/build/html/

- name: Saves the PDF build documentation
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: docs/build/latex/aioauth.pdf

Expand Down

0 comments on commit 78f0876

Please sign in to comment.