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

This commit is contained in:
renovate[bot] 2025-12-12 22:29:24 +00:00 committed by GitHub
parent 0cc18d6031
commit b8b7c3afcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ jobs:
- run: |
echo "${{ steps.tauri_build.outputs.artifacts }}"
# The artifacts output can now be used to upload the artifacts
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v6
with:
name: artifacts
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"