From f0306ab013e8b5d1f84907a72dd8cff6e6fd1601 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:47:17 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e9a3b6..62b4d54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') - name: Upload Archive (tar) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: client-windows path: client/*.exe @@ -58,7 +58,7 @@ jobs: run: make image - name: Upload Archive (tar) - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: linux-container-image path: image*.tar @@ -110,7 +110,7 @@ jobs: run: mv msi/bin/Release/* ./ - name: Upload Archive - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: msi-package path: "*.msi"