diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e2cfa8a..147c15d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -68,7 +68,7 @@ jobs: run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site' - name: Upload artifact ⬆️ - uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory + uses: actions/upload-pages-artifact@v4 # This will automatically upload an artifact from the '/_site' directory # Deployment job deploy: