diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3926a82..d23be79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: mvn -B verify - name: Upload HPI artifact if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: hpi path: target/*.hpi