chore(deps): update github artifact actions (#6187)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-13 16:11:58 +08:00
committed by GitHub
parent 5c3cbbbdbe
commit f17e0202c7
3 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ jobs:
- name: Build release APK - name: Build release APK
run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepPlayRelease run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepPlayRelease
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: Release APK name: Release APK
path: build/outputs/* path: build/outputs/*

View File

@@ -54,7 +54,7 @@ jobs:
- name: Build debug APK - name: Build debug APK
run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug assembleLawnWithQuickstepNightlyRelease --no-configuration-cache run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug assembleLawnWithQuickstepNightlyRelease --no-configuration-cache
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: Debug APK name: Debug APK
path: build/outputs/apk/**/*.apk path: build/outputs/apk/**/*.apk
@@ -89,7 +89,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install gitpython requests pip install gitpython requests
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v6 uses: actions/download-artifact@v7
with: with:
name: Debug APK name: Debug APK
path: artifacts/debug-apk path: artifacts/debug-apk
@@ -124,7 +124,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- uses: actions/download-artifact@v6 - uses: actions/download-artifact@v7
with: with:
name: Debug APK name: Debug APK
# Note the # and () symbols are not supported in GitHub Release filenames, even manually # Note the # and () symbols are not supported in GitHub Release filenames, even manually

View File

@@ -55,7 +55,7 @@ jobs:
with: with:
subject-path: ${{ github.event.inputs.artifactName }} subject-path: ${{ github.event.inputs.artifactName }}
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: Release APK name: Release APK
path: ${{ github.event.inputs.artifactName }} path: ${{ github.event.inputs.artifactName }}
@@ -68,7 +68,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v6 uses: actions/download-artifact@v7
with: with:
name: Release APK name: Release APK
path: artifacts/release-apk path: artifacts/release-apk
@@ -88,7 +88,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: Download artifact - name: Download artifact
uses: actions/download-artifact@v6 uses: actions/download-artifact@v7
with: with:
name: Release APK name: Release APK
path: artifacts/release-apk path: artifacts/release-apk