From c50f8cf18cb2f5648cd20e8331929b8b41d50f94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:41:58 +0100 Subject: [PATCH] build(deps): bump actions/download-artifact from 2 to 3 (#329) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 cd8ddd86..f0d28b21 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -109,7 +109,7 @@ jobs: run: yarn install --frozen-lockfile - name: Fetch build - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: dist path: dist