From bddb1b920bc31169332669934319b78ed9a6cfbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:41:38 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 Dependabot couldn't find the original pull request head commit, 4f071788f8cd4840997454332ffd61d2ed11977c. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88d4b7289f8..5e7bb2b3568 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -238,7 +238,7 @@ jobs: cache: yarn - name: Download all artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: './artifacts'