We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46aef8c + 2be6e6e commit 4f1a41eCopy full SHA for 4f1a41e
1 file changed
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
run: cmake --build ${{github.workspace}}/build --config ${{matrix.configuration}}
28
29
- name: Upload ${{matrix.configuration}} binaries
30
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
31
with:
32
name: ${{matrix.configuration}} binaries
33
path: |
0 commit comments