diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f1f3de..ed2632d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Build with Maven run: mvn -B package - name: Upload jar - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: jar path: target/k8s-onboarding-0.0.1-SNAPSHOT.jar