Merge pull request #61 from nirenjan/dependabot/github_actions/actions/upload-pages-artifact-4

build(deps): bump actions/upload-pages-artifact from 3 to 4
pull/62/head
nirenjan 2026-03-10 08:47:54 -07:00 committed by GitHub
commit e479e338a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
run: find ./build -type f -print
- name: Upload built pages
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: './build/docs/html'