diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fb6d137..df14dab 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -36,7 +36,7 @@ jobs: - name: Deploy site run: mvn site --file pom.xml - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Upload Artifacts uses: actions/upload-pages-artifact@v4 with: