Skip to content

Commit 9c8cab5

Browse files
Merge pull request #146 from OMGSoundboard/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents c5d2741 + 527aa38 commit 9c8cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Build the Debug APK
101101
run: ./gradlew assembleDebug
102102

103-
- uses: actions/upload-artifact@v3
103+
- uses: actions/upload-artifact@v4
104104
with:
105105
name: OMGSoundboard-debug-${{ matrix.name }}.apk
106106
path: example/build/outputs/apk/debug/example-debug.apk

0 commit comments

Comments
 (0)