diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 51f8adf..05842d6 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: path: ./target/site - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 deploy: runs-on: ubuntu-latest needs: build