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:
Lukas Burkhalter 2024-09-20 10:33:44 +02:00 committed by GitHub
parent 4e8fad59d6
commit dec9c18fc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 20 deletions

View file

@ -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