Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.3 (#462)
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 Oct 9, 2024
1 parent 8a7d2ad commit ce133e5
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 @@ -40,7 +40,7 @@ jobs:
run: ./gradlew testDebugUnitTest

- name: Upload app bundle to GitHub
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4.4.3
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 @@ -52,7 +52,7 @@ jobs:
"-PenableLogging=false"
- name: Upload app bundle to GitHub
uses: actions/upload-artifact@v4.4.2
uses: actions/upload-artifact@v4.4.3
with:
name: apk
path: app-android/build/outputs/bundle/release/app-android-release.aab
Expand Down

0 comments on commit ce133e5

Please sign in to comment.