mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-15 13:25:06 +00:00
chore(deps): update actions/upload-artifact action to v4
This commit is contained in:
parent
b4d88a8ebd
commit
d9fe6b4c5c
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
echo "${{ steps.tauri_build.outputs.artifacts }}"
|
echo "${{ steps.tauri_build.outputs.artifacts }}"
|
||||||
# The artifacts output can now be used to upload the artifacts
|
# The artifacts output can now be used to upload the artifacts
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"
|
path: "${{ join(fromJSON(steps.tauri_build.outputs.artifacts), '\n') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user