We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03627e commit 5e81f3fCopy full SHA for 5e81f3f
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: windows-latest
15
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
19
- name: Set up vcpkg
20
uses: lukka/run-vcpkg@v11
@@ -36,7 +36,7 @@ jobs:
36
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
37
38
- name: Upload artifacts
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
name: LaminaIDE-Windows
42
path: ${{github.workspace}}/build/bin/Release/
0 commit comments