From eb42a20fa4e25b626b0883f01a61d6cc7afa16a9 Mon Sep 17 00:00:00 2001 From: Graeme Cassels Date: Fri, 11 Mar 2022 01:14:46 +0000 Subject: [PATCH] chore(workflow): compatibility change for download-artifact v3 (#300) --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a60761a..0f34eb4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,9 +53,10 @@ jobs: - run: yarn install - name: Download lib - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: lib + path: lib - name: Check Files uses: JJ/files-present-action@releases/v1