From a55bba4d0cc146961c7ebbdfc20142c9b2491c8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:02:11 +0200 Subject: [PATCH] Update actions/download-artifact action to v3 (#65) Co-authored-by: Renovate Bot --- .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 88f645a..3ebd930 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: path: ${{ steps.goenv.outputs.gomodcache }} key: ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: { name: ui, path: ui/dist } - run: go build -o catalyst ./cmd/catalyst/. - uses: docker/login-action@v1