summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-09 23:54:21 +0800
committerruki <[email protected]>2024-09-09 23:54:21 +0800
commit4ced09247c324ff2fa493c414b7b68645e1f8103 (patch)
treed0d656090a0e2cf69532f419aa4e4ba065dc6ed5 /.github/workflows/macos.yml
parent1dfec9070bd8116c1910da1eb165ed7981e114bf (diff)
update upload-artifact to v4
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml6
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