diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 165773f..4970c70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: if: github.event_name == 'push' steps: - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - uses: actions/download-artifact@v8 with: @@ -86,4 +86,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5