diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8a9da1e2a5..ce5f96c4962 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Build with Gradle run: ./gradlew build - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: AE2-UEL path: build/libs/*.jar # Make sure this path matches the location of your build artifacts \ No newline at end of file