Skip to content

Bump actions/upload-artifact from 4.3.6 to 4.4.0 #144

Bump actions/upload-artifact from 4.3.6 to 4.4.0

Bump actions/upload-artifact from 4.3.6 to 4.4.0 #144

name: PR Checks
on:
workflow_dispatch:
inputs:
hapi-version-tag:
description: "HAPI Protobuf Release Tag:"
type: string
required: false
default: "v0.30.0"
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: pr-checks-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
build:
name: Code
uses: ./.github/workflows/zxc-build-library.yaml
with:
hapi-version-tag: ${{ inputs.hapi-version-tag || 'v0.30.0' }}