Commit 3b485ac 1 parent 9f38860 commit 3b485ac Copy full SHA for 3b485ac
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ defaults:
28
28
run :
29
29
shell : bash
30
30
env :
31
- VCPKG_COMMITTISH : 10b7a178346f3f0abef60cecd5130e295afd8da4
31
+ VCPKG_COMMITTISH : 6f29f12e82a8293156836ad81cc9bf5af41fe836
32
32
33
33
jobs :
34
34
build_windows :
78
78
build/${{env.CMAKE_BUILD_TYPE}}/rsgain.exe -v
79
79
80
80
- name : Upload Package
81
- uses : actions/upload-artifact@v3
81
+ uses : actions/upload-artifact@v4
82
82
with :
83
83
name : Windows build
84
84
path : build/*.zip
@@ -166,7 +166,7 @@ jobs:
166
166
build/rsgain -v
167
167
168
168
- name : Upload Package
169
- uses : actions/upload-artifact@v3
169
+ uses : actions/upload-artifact@v4
170
170
with :
171
171
name : ${{matrix.config.name}} build
172
172
path : build/*${{matrix.config.package_ext}}
@@ -244,7 +244,7 @@ jobs:
244
244
run : build/rsgain -v
245
245
246
246
- name : Upload Package
247
- uses : actions/upload-artifact@v3
247
+ uses : actions/upload-artifact@v4
248
248
with :
249
249
name : macOS ${{matrix.config.name}} build
250
250
path : build/*.zip
You can’t perform that action at this time.
0 commit comments