mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
chore(deps): update github artifact actions (#6187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build_release_apk.yml
vendored
2
.github/workflows/build_release_apk.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Build release APK
|
||||
run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepPlayRelease
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: Release APK
|
||||
path: build/outputs/*
|
||||
|
||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
- name: Build debug APK
|
||||
run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug assembleLawnWithQuickstepNightlyRelease --no-configuration-cache
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: Debug APK
|
||||
path: build/outputs/apk/**/*.apk
|
||||
@@ -89,7 +89,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
pip install gitpython requests
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: Debug APK
|
||||
path: artifacts/debug-apk
|
||||
@@ -124,7 +124,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: actions/download-artifact@v6
|
||||
- uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: Debug APK
|
||||
# Note the # and () symbols are not supported in GitHub Release filenames, even manually
|
||||
|
||||
6
.github/workflows/release_update.yml
vendored
6
.github/workflows/release_update.yml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
with:
|
||||
subject-path: ${{ github.event.inputs.artifactName }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v5
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: Release APK
|
||||
path: ${{ github.event.inputs.artifactName }}
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v6
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
|
||||
Reference in New Issue
Block a user