Skip to content

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #44

Bump actions/upload-artifact from 4.3.1 to 4.3.2

Bump actions/upload-artifact from 4.3.1 to 4.3.2 #44

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-project:
name: Build Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.2
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
- name: Install Project
run: cmake --install build --prefix install
- name: Upload Project as Artifact
uses: actions/upload-artifact@v4.3.2
with:
path: install