Skip to content

chore(deps): bump actions/upload-artifact from 3.1.1 to 4.3.0 #561

chore(deps): bump actions/upload-artifact from 3.1.1 to 4.3.0

chore(deps): bump actions/upload-artifact from 3.1.1 to 4.3.0 #561

Workflow file for this run

---
name: "CI"
on:
pull_request:
types:
- opened
- synchronize
paths-ignore:
- '**/README.md'
jobs:
pre:
uses: ./.github/workflows/cache.yml
lint:
uses: ./.github/workflows/lint.yml
needs: [pre]
test:
uses: ./.github/workflows/test.yml
needs: [pre, lint]