Update action uses (#1216)

This commit is contained in:
Syuugo
2023-12-20 10:37:08 +09:00
committed by GitHub
parent e69769d25f
commit 161b3280c4
11 changed files with 31 additions and 29 deletions

View File

@@ -57,7 +57,7 @@ jobs:
RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- uses: actions/checkout@v4
with:
@@ -104,12 +104,12 @@ jobs:
echo "VERSION: $VERSION"
cd -
bash $GITHUB_WORKSPACE/KernelSU/.github/scripts/build_a13.sh
- name: Display structure of boot files
run: ls -R
- name: Upload images artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: boot-images-android14
path: Image-android14*/*.img.gz