From d69e48b6492e668bf4d0766f1fd7a36608668667 Mon Sep 17 00:00:00 2001 From: Jack Huang Date: Mon, 9 Dec 2024 17:12:59 +0800 Subject: [PATCH] use upload-artifact v4 (#4332) --- .github/workflows/release_asset.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_asset.yml b/.github/workflows/release_asset.yml index f221739c1d..d057960d7c 100644 --- a/.github/workflows/release_asset.yml +++ b/.github/workflows/release_asset.yml @@ -57,7 +57,7 @@ jobs: run: bash ./scripts/release_mpm.sh ${{ matrix.platform }} - name: upload artifact asset - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ github.event_name != 'release'}} with: name: starcoin-${{ matrix.platform }}.zip @@ -113,7 +113,7 @@ jobs: run: bash ./scripts/release_mpm.sh 'ubuntu-18.04' - name: upload artifact asset - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ github.event_name != 'release'}} with: name: starcoin-ubuntu-18.04.zip