Update actions/upload-artifact action to v3 (#67)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-03-29 22:02:35 +02:00
committed by GitHub
parent 7627d187c8
commit b6bb875af4

View File

@@ -93,7 +93,7 @@ jobs:
- run: yarn install && yarn build - run: yarn install && yarn build
working-directory: ui working-directory: ui
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v3
with: { name: ui, path: ui/dist, retention-days: 1 } with: { name: ui, path: ui/dist, retention-days: 1 }
build: build: