From 8a5f8bb62fd9ae134d0eb7f8bf1c4c0f7c80a199 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 13:20:32 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.0 (#3864) 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 eb0971ca5..73d9c9436 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.0.0 + - uses: actions/download-artifact@v4.1.0 with: name: frontend path: frontend/dist