Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-7' into up-4.31.0

This commit is contained in:
ElyPrism 2026-03-20 19:58:27 +08:00
commit c9909cddd3
No known key found for this signature in database

View File

@ -46,7 +46,7 @@ jobs:
PKG_TARGET: ${{ matrix.target }} PKG_TARGET: ${{ matrix.target }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: app-${{ matrix.platform }} name: app-${{ matrix.platform }}
path: ${{ matrix.output }} path: ${{ matrix.output }}