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 27e34db commit dbc9b20Copy full SHA for dbc9b20
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
& "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config RelWithDebInfo --parallel
35
36
- name: Upload Build Artifacts
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: ectool
40
path: |
0 commit comments