From d9fe6b4c5c28681b027e96560637256c030ada1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:41:42 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 81da48a..cb2d0a9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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') }}"