Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Update actions/upload-artifact action to v6 #55

Update actions/upload-artifact action to v6

Update actions/upload-artifact action to v6 #55

Workflow file for this run

name: "PR Checks"
on:
pull_request:
branches: ["main"]
jobs:
build:
name: Build
strategy:
fail-fast: false
matrix:
os: [windows, ubuntu, macos]
conf: [debug, asan]
arch: [x64]
exclude:
- os: macos
conf: asan
uses: ./.github/workflows/build.yml
with:
conf: ${{ matrix.conf }}
os: ${{ matrix.os }}
artifacts: false