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
|
- 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/*
|
||||||
|
|||||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
|||||||
6
.github/workflows/release_update.yml
vendored
6
.github/workflows/release_update.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user