mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci(release): migrate from node12
to node16
This bump `actions/upload-artifact`@v2 to `actions/upload-artifact`@v3
This commit is contained in:
parent
a0b92554e9
commit
f01adf5eb0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
keyPassword: ${{ secrets.TEMP_SIGNING_KEY_PASSWORD }}
|
||||
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: manager
|
||||
path: ${{steps.sign_apk.outputs.signedReleaseFile}}
|
||||
|
|
Loading…
Reference in a new issue