Skip to content

Commit

Permalink
Build: Attempt to fix store release GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rechyou committed Sep 28, 2024
1 parent 01b624d commit 86b79d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Android Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-Android
path: build/Android
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@v2

- name: Download iOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-iOS
path: build/iOS
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v3

- name: Download Android Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-Android
path: build/Android
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v2

- name: Download iOS Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build-iOS
path: build/iOS
Expand Down

0 comments on commit 86b79d5

Please sign in to comment.