Skip to content

Commit e57a7f6

Browse files
ci(action): Properly pin action
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent a41164d commit e57a7f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build debug APK
7575
run: bash ./gradlew assembleDev --stacktrace --no-configuration-cache
7676
- name: Upload APK
77-
uses: actions/upload-artifact@v6
77+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7878
with:
7979
name: app-dev-debug
8080
path: app/build/outputs/apk/dev/debug/app-dev-debug.apk

0 commit comments

Comments
 (0)