Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent f3132b9 commit 08f84b5
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 @@ -54,7 +54,7 @@ jobs:

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

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

0 comments on commit 08f84b5

Please sign in to comment.