Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit d4efada

Browse files
committed
Upgrade actions/upload-artifact@v3
The builds are failing: * Error: Missing download info for actions/upload-artifact@v1
1 parent 9d4c14b commit d4efada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Zip artifacts
3939
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
4040
- name: Upload artifacts
41-
uses: actions/upload-artifact@v1
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: assemble
4444
path: assemble.zip

0 commit comments

Comments
 (0)