mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-03-04 05:06:03 +08:00
Update GitHub workflow
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
parent
29bb0c2fbf
commit
d56addf82a
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone the repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup PHP
|
||||
@ -22,6 +22,6 @@ jobs:
|
||||
run: php ./scripts/lint.php
|
||||
- name: Upload lint results
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: ./build/lint-results.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user