diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f85c3fd..d8dc14d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,7 +37,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