Skip to content

Commit

Permalink
Merge branch 'feat/sync-video' of https://github.com/0chain/zboxcli i…
Browse files Browse the repository at this point in the history
…nto feat/sync-video
  • Loading branch information
Hitenjain14 committed Feb 10, 2025
2 parents 4062a7b + d95f261 commit 00b6548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-zbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
make install
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zbox-linux
path: zbox
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
zip zbox-windows.zip zbox.exe libgcc_s_seh-1.dll libstdc++-6.dll libwinpthread-1.dll
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zbox-windows.zip
path: zbox-windows.zip
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
run: make install

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zbox-macos
path: zbox
Expand Down

0 comments on commit 00b6548

Please sign in to comment.