Skip to content

Commit

Permalink
use upload-artifact v4 (#4332)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang authored Dec 9, 2024
1 parent 8a020f9 commit d69e48b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d69e48b

Please sign in to comment.