diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a2f0c30..c4acf37 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -66,7 +66,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@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 # Deployment job deploy: