Skip to content

Commit 083f759

Browse files
authored
Merge pull request #287 from helsing-ai/mz/hotfix-github-ci
Hotfix: Upgrade actions versions of book.yml to avoid CI failures
2 parents 869803c + 4092220 commit 083f759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: peaceiris/[email protected]
3131
- run: cd docs && mdbook build
3232
- name: Upload artifacts
33-
uses: actions/upload-pages-artifact@v2
33+
uses: actions/upload-pages-artifact@v3
3434
with:
3535
path: 'docs/book'
3636
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)