Skip to content

Commit

Permalink
Merge pull request #174 from cascadiacollections/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/upload-artifact-4.1.0
  • Loading branch information
KevinTCoughlin authored Jan 16, 2024
2 parents 2fac7b3 + 12ce476 commit aceaf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: ./gradlew build
- name: Bundle (Debug)
run: ./gradlew bundleDebug
- uses: actions/upload-artifact@v4.0.0
- uses: actions/upload-artifact@v4.1.0
with:
name: Package
path: ./build

0 comments on commit aceaf6e

Please sign in to comment.