Skip to content

Commit

Permalink
Fix missing warning about node12 deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
acrespo committed Nov 2, 2023
1 parent 8489cb1 commit c6b47b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
outputs: apk

- name: Upload APK
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
uses: actions/upload-artifact@v3
with:
name: apk
path: apk/apolloui-prod-release-unsigned.apk

- name: Upload mapping
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
uses: actions/upload-artifact@v3
with:
name: mapping
path: apk/mapping.txt
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
outputs: apk

- name: Upload APK
uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571
uses: actions/upload-artifact@v3
with:
name: apk
path: apk/apolloui-prod-release-unsigned.apk

0 comments on commit c6b47b9

Please sign in to comment.