diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b50d75..578cfed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: distribution: 'temurin' - run: mvn --batch-mode --update-snapshots package - run: mkdir staging && cp target/*.jar staging - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: Package path: staging