mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
chore(deps): update github artifact actions (#6020)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
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@v4
|
||||
uses: actions/upload-artifact@v5
|
||||
with:
|
||||
name: Release APK
|
||||
path: ${{ github.event.inputs.artifactName }}
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
@@ -88,7 +88,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
|
||||
Reference in New Issue
Block a user