We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df25bab commit 744af15Copy full SHA for 744af15
.github/workflows/make_sdk.yml
@@ -147,7 +147,7 @@ jobs:
147
run: tar -cf - android-sdk | xz -T0 -9e --lzma2=dict=256MiB > android-sdk-${{matrix.target_triple}}.tar.xz
148
149
- name: Upload Artifact
150
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v4.6.2
151
with:
152
name: android-sdk-${{matrix.target_triple}}
153
path: android-sdk-${{matrix.target_triple}}.tar.xz
0 commit comments