From 8a5ce8aed58bb5b4348061a52aa9a2cb292d2ce5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:19:47 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 --- .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 d1ab03e78..9ffdb5aa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,7 +118,7 @@ jobs: if: "github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')" steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: path: release