Skip to content

Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group #220

Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group

Bump actions/download-artifact from 4.2.1 to 4.3.0 in the actions group #220

Workflow file for this run

name: Check PR
on:
pull_request:
branches: [ "master" ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check_source:
name: "Run code checks"
uses: ./.github/workflows/_shared-check.yaml