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.
2 parents af3d08e + 111b9c9 commit 5a796c7Copy full SHA for 5a796c7
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: cmake --build --preset=${{matrix.configuration}}
53
54
- name: Upload ${{matrix.configuration}} binaries
55
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
56
with:
57
name: ${{matrix.configuration}} binaries
58
path: |
0 commit comments