Skip to content

Bump actions/upload-artifact from 4.5.0 to 4.6.0 #1064

Bump actions/upload-artifact from 4.5.0 to 4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0 #1064

Workflow file for this run

---
name: PR Labels
on: # yamllint disable-line rule:truthy
pull_request_target:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
pr_labels:
name: Verify
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
pull-request-number: "${{ github.event.pull_request.number }}"
valid-labels: >-
breaking-change, bugfix, documentation, enhancement,
refactor, performance, new-feature, maintenance, ci, dependencies
disable-reviews: true