Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sidmorizon committed Feb 5, 2025
1 parent 4055e6f commit a1d3d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
eas build --profile=production --platform android --non-interactive --no-wait --resource-class large
- name: Upload WebEmbed Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: upload-web-embed-artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
yarn test
- name: Upload Test Report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-report
Expand Down

0 comments on commit a1d3d51

Please sign in to comment.