diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6a4b89..e0a7aed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v2 with: path: dist/ retention-days: 10