diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index bb8c090e..9b9f9d11 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -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@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0 + uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 with: path: ./website/_site deploy: