diff options
| author | ruki <[email protected]> | 2024-09-09 23:54:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-09 23:54:21 +0800 |
| commit | 4ced09247c324ff2fa493c414b7b68645e1f8103 (patch) | |
| tree | d0d656090a0e2cf69532f419aa4e4ba065dc6ed5 /.github/workflows/macos.yml | |
| parent | 1dfec9070bd8116c1910da1eb165ed7981e114bf (diff) | |
update upload-artifact to v4
Diffstat (limited to '.github/workflows/macos.yml')
| -rw-r--r-- | .github/workflows/macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b2abd0f88..6eefc3a16 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -49,15 +49,15 @@ jobs: cd core xmake pack -y --autobuild=n --basename=xmake -o ../artifacts xmakesrc cd .. - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: xmake-latest.gz.run path: artifacts/xmake.gz.run - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: xmake-latest.tar.gz path: artifacts/xmake.tar.gz - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: xmake-latest.zip path: artifacts/xmake.zip |
