Skip to content

Commit c86a79b

Browse files
chore(deps): update github artifact actions
1 parent d2eb3dd commit c86a79b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-cpp-runtime-bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
/bin/bash -c "chmod +x docker/x86_64/build-cpp-runtime-bindings.sh && ./docker/x86_64/build-cpp-runtime-bindings.sh"
6262
6363
- name: Upload cpp runtime bindings artifacts
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v6
6565
with:
6666
name: svs-cpp-runtime-bindings${{ matrix.suffix }}
6767
path: svs-cpp-runtime-bindings${{ matrix.suffix }}.tar.gz
@@ -98,7 +98,7 @@ jobs:
9898
9999
# Need to download for a new job
100100
- name: Download shared libraries
101-
uses: actions/download-artifact@v4
101+
uses: actions/download-artifact@v7
102102
with:
103103
name: svs-cpp-runtime-bindings${{ matrix.suffix }}
104104
path: runtime_lib

0 commit comments

Comments
 (0)