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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-10-25 09:38:51 +08:00
committed by GitHub
parent 52eddd5205
commit ca755d52bf
3 changed files with 7 additions and 7 deletions

View File

@@ -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