From b6bb875af451cb48773a0b24f9c07ade0bfd5a06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 22:02:35 +0200 Subject: [PATCH] Update actions/upload-artifact action to v3 (#67) 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 29f26cb..b98161b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: - run: yarn install && yarn build working-directory: ui - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v3 with: { name: ui, path: ui/dist, retention-days: 1 } build: