ci: Update github workflow actions (#298)
- update actions/download-artifact to v4 - update actions/checkout to v4 - update actions/upload-artifact to v4
This commit is contained in:
parent
4e8fad59d6
commit
dec9c18fc6
5 changed files with 20 additions and 20 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
link-to-sdk: true
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
find dist
|
||||
|
||||
- name: Upload Android artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Android build
|
||||
path: dist/android
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue