Skip to content

chore: update actions/upload-artifact action to v4.4.3 #3881

chore: update actions/upload-artifact action to v4.4.3

chore: update actions/upload-artifact action to v4.4.3 #3881

Workflow file for this run

name: ⚙️ Build demo
on:
pull_request:
push:
branches:
- main
jobs:
build-demo:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx prerender editor-demo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true