Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#262)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent 0936064 commit 8b8e57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
arguments: testDebugUnitTest

- name: Upload app bundle to GitHub
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: apk
path: app-android/build/outputs/bundle/qa/app-android-qa.aab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
"-PenableLogging=false"
- name: Upload app bundle to GitHub
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: apk
path: app-android/build/outputs/bundle/release/app-android-release.aab
Expand Down

0 comments on commit 8b8e57a

Please sign in to comment.