Skip to content

Commit aa6aaf8

Browse files
Merge pull request #218 from OMGSoundboard/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 89087a5 + 0638242 commit aa6aaf8

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@v5
103+
- uses: actions/upload-artifact@v6
104104
with:
105105
name: OMGSoundboard-debug-${{ matrix.name }}.apk
106106
path: example/build/outputs/apk/debug/example-debug.apk

0 commit comments

Comments
 (0)