From 9d3d6e9c0060ebd4c563e29242658acfe15e4804 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:09:37 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v3 --- .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 ce54145d..2bae96a8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -173,7 +173,7 @@ jobs: npm install --ignore-scripts - name: Download articats - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 - name: Install prebuilds shell: bash