Skip to content

ci(deps): bump actions/upload-artifact and actions/download-artifact from 3 to 4 in /.github/workflows #210

ci(deps): bump actions/upload-artifact and actions/download-artifact from 3 to 4 in /.github/workflows

ci(deps): bump actions/upload-artifact and actions/download-artifact from 3 to 4 in /.github/workflows #210

---
name: Conventional Commits
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pull-request:
name: Lint Pull Request
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}