Skip to content

Commit 744af15

Browse files
authored
Update make_sdk.yml
1 parent df25bab commit 744af15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: tar -cf - android-sdk | xz -T0 -9e --lzma2=dict=256MiB > android-sdk-${{matrix.target_triple}}.tar.xz
148148

149149
- name: Upload Artifact
150-
uses: actions/upload-artifact@v5
150+
uses: actions/upload-artifact@v4.6.2
151151
with:
152152
name: android-sdk-${{matrix.target_triple}}
153153
path: android-sdk-${{matrix.target_triple}}.tar.xz

0 commit comments

Comments
 (0)