diff --git a/.github/workflows/DeployStaticSite.yaml b/.github/workflows/DeployStaticSite.yaml index f3ae36a..9e82c3c 100644 --- a/.github/workflows/DeployStaticSite.yaml +++ b/.github/workflows/DeployStaticSite.yaml @@ -44,4 +44,4 @@ jobs: path: './siteContents' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4