Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zipizigi committed Nov 15, 2023
1 parent 137971b commit 9b886e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
asset_path: navi-to-tesla_nostore.1.${{ github.run_number }}.apk
asset_name: navi-to-tesla_nostore.1.${{ github.run_number }}.apk
asset_content_type: application/vnd.android.package-archive
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Signed app apk
path: navi-to-tesla_nostore.1.${{ github.run_number }}.apk
Expand All @@ -125,7 +125,7 @@ jobs:
asset_path: navi-to-tesla_playstore.1.${{ github.run_number }}.apk
asset_name: navi-to-tesla_playstore.1.${{ github.run_number }}.apk
asset_content_type: application/vnd.android.package-archive
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Signed app apk
path: navi-to-tesla_playstore.1.${{ github.run_number }}.apk
Expand All @@ -141,7 +141,7 @@ jobs:
asset_name: navi-to-tesla.1.${{ github.run_number }}.aab
asset_content_type: application/vnd.android.package-archive
# Example use of `signedReleaseFile` output -- not needed
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Signed app bundle
path: navi-to-tesla.1.${{ github.run_number }}.aab
Expand Down

0 comments on commit 9b886e5

Please sign in to comment.