Skip to content

Commit

Permalink
Merge pull request #347 from cascadiacollections/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/upload-artifact-4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
KevinTCoughlin authored Jan 12, 2025
2 parents a0cc9f2 + cfc517d commit cfab38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# Upload the debug bundle
- name: Upload APK (Debug)
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Debug-APK
path: app/build/outputs/apk/debug/app-debug.apk
Expand All @@ -61,7 +61,7 @@ jobs:
# Upload the release bundle
- name: Upload Bundle (Release)
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: Release-Bundle
path: app/build/outputs/bundle/release/app-release.aab

0 comments on commit cfab38c

Please sign in to comment.