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

This commit is contained in:
renovate[bot] 2024-01-16 08:41:42 +00:00 committed by GitHub
parent b4d88a8ebd
commit d9fe6b4c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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') }}"