Skip to content

Commit

Permalink
fix: ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk committed Nov 26, 2024
1 parent 181d0a7 commit 6a2a897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output_android
path: output
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output_android
path: output
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
fi
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: output_ios
path: output

0 comments on commit 6a2a897

Please sign in to comment.