From 5349a671e5e9c9400a6bc20e2b34997ea6da5188 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Tue, 11 Apr 2023 18:44:35 +0200 Subject: [PATCH] chore(CI): fix `uses` typo --- .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 fcc52372..b533d430 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -137,7 +137,7 @@ jobs: with: path: ./node_modules key: prod-deps-${{ runner.os }}-${{ hashFiles('package-lock.json') }} - - uses: actions/download-artifactv3 + - uses: actions/download-artifact@v3 name: Restore build output with: name: build-output