Skip to content

chore(ci): Bump actions/upload-artifact from 4 to 6 #15

chore(ci): Bump actions/upload-artifact from 4 to 6

chore(ci): Bump actions/upload-artifact from 4 to 6 #15

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
test:
needs: lint
uses: ./.github/workflows/test.yml
build:
needs: test
uses: ./.github/workflows/build.yml