diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f9d1ccc..7969ce9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,7 +35,7 @@ jobs: - name: Copy CSS run: mv target/site/css/site.css target/site/es/css/site.css - name: Upload Artifacts - uses: actions/upload-pages-artifact@v4 + uses: actions/upload-pages-artifact@v5 with: path: ./target/site/es/ - name: Deploy to GitHub Pages