We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e1819 commit e791079Copy full SHA for e791079
.github/workflows/cmake.yml
@@ -24,7 +24,7 @@ jobs:
24
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
25
26
- name: Upload build artifact
27
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
28
with:
29
name: windows-build
30
path: ${{github.workspace}}/build
0 commit comments