Skip to content

Commit cb38d3a

Browse files
Merge pull request #70 from cuappdev/staging
Trial 2 backend fix - v4
2 parents 713a0be + 617828f commit cb38d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-play-store-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Upload AAB
5555
id: uploadArtifact
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: app
5959
path: app/build/outputs/bundle/release/app-release.aab

.github/workflows/publish-to-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Upload AAB
5555
id: uploadArtifact
56-
uses: actions/upload-artifact@v1
56+
uses: actions/upload-artifact@v4
5757
with:
5858
name: app
5959
path: app/build/outputs/bundle/release/app-release.aab

0 commit comments

Comments
 (0)