Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.0 (#319)
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 Aug 31, 2024
1 parent 367e1be commit 22cf73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

# Upload AAB
- name: Upload a Build AAB Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: app-release.aab
Expand All @@ -66,7 +66,7 @@ jobs:

# Upload APK
- name: Upload a Build APK Artifact
uses: actions/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: app-release.apk
Expand Down

0 comments on commit 22cf73d

Please sign in to comment.