diff --git a/.github/workflows/build-chulapa-gh-pages.yml b/.github/workflows/build-chulapa-gh-pages.yml index cdab2d15..19672f65 100644 --- a/.github/workflows/build-chulapa-gh-pages.yml +++ b/.github/workflows/build-chulapa-gh-pages.yml @@ -56,7 +56,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: _site/ # Change it to 'docs/_site/' if the site is hosted in (e.g.) 'docs' folder