diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 7d55220..bc145ee 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: - name: Build with Maven run: mvn -B package - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: 8b8tCore path: target/*.jar