diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5c95818..825b460 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@v1 # This will automatically upload an artifact from the '/_site' directory + uses: actions/upload-pages-artifact@v2 # This will automatically upload an artifact from the '/_site' directory # Deployment job deploy: