diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 33fda36..b4f866c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -38,7 +38,7 @@ jobs: cp -r docs/bookCompiled/* _site - name: Upload _site directory for deploy job - uses: actions/upload-pages-artifact@v2 # This will automatically upload an artifact from the '/_site' directory + uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory # Deploy _site directory with permissions of GITHUB_TOKEN