Skip to content

Commit 5e81f3f

Browse files
committed
更新build.yml
1 parent e03627e commit 5e81f3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up vcpkg
2020
uses: lukka/run-vcpkg@v11
@@ -36,7 +36,7 @@ jobs:
3636
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
3737

3838
- name: Upload artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: LaminaIDE-Windows
4242
path: ${{github.workspace}}/build/bin/Release/

0 commit comments

Comments
 (0)