chore(deps): update actions/upload-artifact action to v6 (#5812)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-13 12:08:29 +08:00
committed by GitHub
parent 6db559f346
commit fbe44cf9c1

View File

@@ -153,7 +153,7 @@ jobs:
- name: Upload Artifacts (macOS) - name: Upload Artifacts (macOS)
if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true' if: matrix.os == 'macos-latest' && github.event.inputs[matrix.input] == 'true'
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.target }} name: ${{ matrix.target }}
path: target/${{ matrix.target }}/release/bundle/dmg/*.dmg path: target/${{ matrix.target }}/release/bundle/dmg/*.dmg
@@ -161,7 +161,7 @@ jobs:
- name: Upload Artifacts (Windows) - name: Upload Artifacts (Windows)
if: matrix.os == 'windows-latest' && github.event.inputs[matrix.input] == 'true' if: matrix.os == 'windows-latest' && github.event.inputs[matrix.input] == 'true'
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.target }} name: ${{ matrix.target }}
path: target/${{ matrix.target }}/release/bundle/nsis/*.exe path: target/${{ matrix.target }}/release/bundle/nsis/*.exe
@@ -169,7 +169,7 @@ jobs:
- name: Upload Artifacts (Linux) - name: Upload Artifacts (Linux)
if: matrix.os == 'ubuntu-22.04' && github.event.inputs[matrix.input] == 'true' if: matrix.os == 'ubuntu-22.04' && github.event.inputs[matrix.input] == 'true'
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.target }} name: ${{ matrix.target }}
path: target/${{ matrix.target }}/release/bundle/deb/*.deb path: target/${{ matrix.target }}/release/bundle/deb/*.deb