Skip to content

Commit 8adbb17

Browse files
Merge pull request #131 from boringdroid/dependabot/github_actions/actions/upload-artifact-5
2 parents bb0f2fd + 436cbbd commit 8adbb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run unit tests
3030
run: ./gradlew test
3131
- name: Upload Release APK
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: release-apk
3535
path: ./app/build/outputs/apk/release/app-release-unsigned.apk

0 commit comments

Comments
 (0)