From da7efbe588d1cb95a045581ac30095a4f1aa386c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 02:09:31 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 776aa85a2a..4d7f2ae865 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -447,7 +447,7 @@ jobs: - uses: actions/checkout@v4 - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Install Rust stable uses: dtolnay/rust-toolchain@stable