1 Commits

Author SHA1 Message Date
renovate[bot]
0fcb76cead chore(deps): Update actions/upload-artifact action to v6 2025-12-15 16:34:42 +00:00

View File

@@ -110,7 +110,7 @@ jobs:
run: cargo tauri build --target ${{ matrix.target }} run: cargo tauri build --target ${{ matrix.target }}
- name: Upload binary artifact - name: Upload binary artifact
uses: actions/upload-artifact@v5 uses: actions/upload-artifact@v6
with: with:
name: ${{ matrix.artifact_name }} name: ${{ matrix.artifact_name }}
path: | path: |