Skip to content

Commit

Permalink
Merge pull request #153 from cuappdev/main
Browse files Browse the repository at this point in the history
Update `upload-artifact` version
  • Loading branch information
thisjustin123 authored Oct 3, 2024
2 parents daab29b + 81c0816 commit b20aaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/bundle/release/app-release.aab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit b20aaef

Please sign in to comment.