Skip to content

build(deps): bump actions/download-artifact from 4 to 6 #40

build(deps): bump actions/download-artifact from 4 to 6

build(deps): bump actions/download-artifact from 4 to 6 #40

Workflow file for this run

name: Pre-merge Pipeline
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check:
uses: ./.github/workflows/check.yaml
build:
uses: ./.github/workflows/build.yaml
needs: check
test:
uses: ./.github/workflows/test.yaml
needs: build