Skip to content

Commit

Permalink
Merge pull request #2 from chiteroman/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
chiteroman committed Dec 18, 2023
2 parents 4425a3b + e4216ee commit 0f29b6b
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 @@ -31,7 +31,7 @@ jobs:
run: ./gradlew assembleRelease

- name: Upload app-release.apk
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BootloaderSpoofer
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 0f29b6b

Please sign in to comment.