We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a85ce commit 78f0876Copy full SHA for 78f0876
1 file changed
.github/workflows/docs-publish.yml
@@ -27,12 +27,12 @@ jobs:
27
docs-folder: "docs/"
28
29
- name: Saves the HTML build documentation
30
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
31
with:
32
path: docs/build/html/
33
34
- name: Saves the PDF build documentation
35
36
37
path: docs/build/latex/aioauth.pdf
38
0 commit comments