From 3bb245ce1118e3de1d28bb13c6ab253361370e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:17:48 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 9026046..5c384a3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -72,7 +72,7 @@ jobs: name: Release steps: - name: Download - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 id: download with: name: bin_${{ matrix.target }}