From 7e90d27b5b08179d9a06586cec9548733795560f Mon Sep 17 00:00:00 2001 From: James Chen Date: Tue, 11 Jun 2024 17:52:48 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d374be33f..7f17e1642 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-mac-${{ matrix.arch }} path: ./dist @@ -222,7 +222,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-ios-${{ matrix.arch }} path: ./dist @@ -416,7 +416,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-android-${{ matrix.arch }} path: ./dist @@ -567,7 +567,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-windows-${{ matrix.arch }}-${{ matrix.build_type }} path: ./dist @@ -655,7 +655,7 @@ jobs: fi - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 id: setup-jdk with: distribution: 'zulu' @@ -810,7 +810,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-oh-${{ matrix.arch }} path: ./dist @@ -940,7 +940,7 @@ jobs: cp -r ./include ./dist/ - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: v8-linux-${{ matrix.arch }} path: ./dist