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 8a4f966 commit 167b76bCopy full SHA for 167b76b
.github/workflows/ci.yml
@@ -138,7 +138,8 @@ jobs:
138
ctest --test-dir build -C Debug --output-on-failure
139
shell: cmd
140
- name: Upload artifact
141
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
142
with:
143
- name: cmark ${{ matrix.cmake_opts }}
144
- path: build/src/cmark.exe
+ name: cmark windows ${{ matrix.build_type }}
+ path: build/src/Debug/cmark.exe
145
+ if-no-files-found: error
0 commit comments