diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 16d62b857d..108f66f9b1 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -32,7 +32,7 @@ jobs: # "Refaster rules" terminology on our website and in the code. run: bundle exec htmlproofer --disable_external true --check-external-hash false ./_site - name: Upload website as artifact - uses: actions/upload-pages-artifact@66b63f4a7de003f4f00cc8e9af4b83b8f2abdb96 # v1.0.9 + uses: actions/upload-pages-artifact@a753861a5debcf57bf8b404356158c8e1e33150c # v2.0.0 with: path: ./website/_site deploy: