Merge d5776d6435bd834908b198ace88e7f42ade9413d into 0cc18d603182007013b77b070e2a0a46e2b7d3c5

This commit is contained in:
renovate[bot] 2025-07-28 13:44:13 +00:00 committed by GitHub
commit 41a3783b1f
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@v4
with:
name: artifacts
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"