Skip to content

Commit ecd0ca1

Browse files
committed
ci: update vcpkg Git commit ID and upgrade upload-artifact action version
1 parent 29b0422 commit ecd0ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: lukka/run-vcpkg@v11
4343
with:
4444
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
45-
vcpkgGitCommitId: 'b322364f06308bdd24823f9d8f03fe0cc86fd46f'
45+
vcpkgGitCommitId: '6f29f12e82a8293156836ad81cc9bf5af41fe836'
4646

4747
- name: Install Ubuntu dependencies
4848
if: matrix.os == 'ubuntu-latest'
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Deploy Windows release
8181
if: matrix.os == 'windows-latest'
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: OpenMVS_Windows_Release_x64
8585
path: |

0 commit comments

Comments
 (0)