From 5b86a5f8e51988b9a4c2c9b63b2bf61e04cdc2bf Mon Sep 17 00:00:00 2001 From: zeng-git <95841646+zeng-github01@users.noreply.github.com> Date: Thu, 11 Jul 2024 14:59:48 +0800 Subject: [PATCH] uses actions/upload-artifact@v4 on build action --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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