Skip to content

Commit af49592

Browse files
author
Tashcan
committed
Update github workflow
1 parent d494e39 commit af49592

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- uses: xmake-io/github-action-setup-xmake@v1
2424
with:
2525
xmake-version: latest
26-
actions-cache-folder: '.xmake-cache'
27-
actions-cache-key: 'win-ci'
26+
actions-cache-folder: ".xmake-cache"
27+
actions-cache-key: "win-ci"
2828

2929
- name: Configure
3030
run: xmake f -m releasedbg -y
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
mv build/windows/x64/releasedbg/stfc-community-patch.dll version.dll
3838
39-
- uses: actions/upload-artifact@v2
39+
- uses: actions/upload-artifact@v4
4040
with:
4141
name: stfc-community-patch
4242
path: version.dll
@@ -51,8 +51,8 @@ jobs:
5151
- uses: xmake-io/github-action-setup-xmake@v1
5252
with:
5353
xmake-version: latest
54-
actions-cache-folder: '.xmake-cache'
55-
actions-cache-key: 'mac-ci'
54+
actions-cache-folder: ".xmake-cache"
55+
actions-cache-key: "mac-ci"
5656

5757
- name: Set up Homebrew
5858
id: set-up-homebrew
@@ -67,7 +67,7 @@ jobs:
6767
- name: Create App Bundle
6868
run: scripts/create-mac-dmg.sh releasedbg
6969

70-
- uses: actions/upload-artifact@v2
70+
- uses: actions/upload-artifact@v4
7171
with:
7272
name: stfc-community-patch-installer
7373
path: stfc-community-patch-installer.dmg

0 commit comments

Comments
 (0)