From 123e373ee78053a0b4dd11d7d041c5200eec2d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:47:13 +0000 Subject: [PATCH] chore(deps): update actions/download-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..bb644aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,12 +80,12 @@ jobs: run: echo "$env:WIX_PATH\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Download artifact (linux container image) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: linux-container-image - name: Download artifact (gui client) - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: client-windows @@ -123,7 +123,7 @@ jobs: steps: - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: msi-package - name: Release