diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d48d2c6..f53ff652 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -246,7 +246,7 @@ jobs: # Upload the template, now containing the built docs, as an artifact that # can be accessed by the `deploy-docs` job. - name: Upload GitHub Pages artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: template