diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7ec28a8..fab9737 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@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./target/site - name: Deploy to GitHub Pages