diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 51f8adf..e512f5c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,7 @@ jobs: - name: Deploy site run: mvn clean 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: