Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit fc24d8a

Browse files
committed
Update build.yml
1 parent b2a7869 commit fc24d8a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
name: Vanilla OpenHack
5757
runs-on: windows-latest
5858
steps:
59-
- uses: actions/checkout@v3
59+
- uses: actions/checkout@v4
6060
with:
6161
submodules: recursive
6262

@@ -86,7 +86,7 @@ jobs:
8686
cmake --build build --config ${{env.BUILD_TYPE}}
8787
8888
- name: Save artifacts
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
with:
9191
name: OpenHack-Standalone
9292
path: ${{github.workspace}}/bin
@@ -97,15 +97,10 @@ jobs:
9797
needs: ['standalone', 'package-geode']
9898

9999
steps:
100-
- uses: actions/download-artifact@v3
100+
- name: actions/download-artifact@v4
101101
with:
102-
name: OpenHack-Standalone
103-
path: ${{ github.workspace }}/bin
104-
105-
- uses: actions/download-artifact@v3
106-
with:
107-
name: OpenHack-Geode
108102
path: ${{ github.workspace }}/bin
103+
merge-multiple: true
109104

110105
- name: Prepare standalone zip
111106
run: |

0 commit comments

Comments
 (0)