From eb49a99d279921488e659e3eebc56f220ce80b77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:59:39 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60ce8ec1..32cda276 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: with: args: ${{ matrix.args }} - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 with: name: tauri-artifact-${{ matrix.name }} path: './src-tauri/target/release/bundle'