diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fb6d137..2bdb9e1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload Artifacts - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./target/site - name: Deploy to GitHub Pages