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