Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 4cd8d70 commit 93e48f9
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.4.0
uses: actions/upload-artifact@v4.4.1
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.4.0
uses: actions/upload-artifact@v4.4.1
with:
# Artifact name
name: app-release.apk
Expand Down

0 comments on commit 93e48f9

Please sign in to comment.