From 81d54a66e13c00136eef466c345d2644c2b61d6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:09:38 +0900 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.1 (#3888) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adce338a0..147e86f3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -394,7 +394,7 @@ jobs: contents: read steps: - uses: actions/checkout@v4.1.1 - - uses: actions/download-artifact@v4.1.0 + - uses: actions/download-artifact@v4.1.1 with: name: frontend path: frontend/dist