Skip to content

Commit

Permalink
Update naturaldocs.yml
Browse files Browse the repository at this point in the history
Fix build failure with the deprecation of upload-artifact@v3
  • Loading branch information
sturnclaw authored Feb 1, 2025
1 parent bc4e518 commit 451e4a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/naturaldocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
mono Natural\ Docs/NaturalDocs.exe -i . -o HTML docs -p nd
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "Lua API documentation"
path: docs
Expand All @@ -71,11 +71,11 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload pages
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# only upload docs/ folder
path: 'docs'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 451e4a1

Please sign in to comment.