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 d2eb3dd commit c86a79bCopy full SHA for c86a79b
.github/workflows/build-cpp-runtime-bindings.yml
@@ -61,7 +61,7 @@ jobs:
61
/bin/bash -c "chmod +x docker/x86_64/build-cpp-runtime-bindings.sh && ./docker/x86_64/build-cpp-runtime-bindings.sh"
62
63
- name: Upload cpp runtime bindings artifacts
64
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
65
with:
66
name: svs-cpp-runtime-bindings${{ matrix.suffix }}
67
path: svs-cpp-runtime-bindings${{ matrix.suffix }}.tar.gz
@@ -98,7 +98,7 @@ jobs:
98
99
# Need to download for a new job
100
- name: Download shared libraries
101
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v7
102
103
104
path: runtime_lib
0 commit comments