Merge pull request #68 from nirenjan/dependabot/github_actions/actions/upload-pages-artifact-5

build(deps): bump actions/upload-pages-artifact from 4 to 5
pull/69/head
nirenjan 2026-04-16 18:06:13 -07:00 committed by GitHub
commit dbf891f951
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@v4
uses: actions/upload-pages-artifact@v5
with:
path: './build/docs/html'