Skip to content

Commit

Permalink
update upload artifact action in workflows. (#1738)
Browse files Browse the repository at this point in the history
Co-authored-by: Jayash Satolia <[email protected]>
  • Loading branch information
yash10019coder and Jayashsatolia403 authored Jan 24, 2025
1 parent c68b004 commit e3474c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ls -lha
# - name: 'Upload Artifact'
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: zcn.wasm
# path: zcn.wasm
10 changes: 5 additions & 5 deletions .github/workflows/build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
file_glob: true

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zcncore-ios
path: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
file_glob: true

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zcncore-android
path: zcncore-android.tar.gz
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
file_glob: true

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zcncore-macos
path: |
Expand Down Expand Up @@ -325,7 +325,7 @@ jobs:
file_glob: true

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zcn-windows
path: |
Expand All @@ -352,7 +352,7 @@ jobs:
run: docker run --rm -v $PWD:/gosdk -w /gosdk golang:1.23 make wasm-build

- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: zcn.wasm
path: zcn.wasm

0 comments on commit e3474c2

Please sign in to comment.