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 88f8175 commit a7ac274Copy full SHA for a7ac274
.github/workflows/Win_Msvc.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: ctest
36
run: ctest --test-dir build --output-on-failure
37
- name: upload artifact
38
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
39
with:
40
name: ImGuiFileDialog_App_Win32_${{ matrix.fs }}_FS
41
path: bin\ImGuiFileDialog_App_Win32.exe
0 commit comments