Skip to content

Bump actions/upload-artifact from 4.2.0 to 4.3.1 #8

Bump actions/upload-artifact from 4.2.0 to 4.3.1

Bump actions/upload-artifact from 4.2.0 to 4.3.1 #8

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Build
on:
pull_request:
permissions:
contents: read
defaults:
run:
shell: bash
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
DOTNET_NOLOGO: true
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/[email protected]
with:
fetch-depth: 0
submodules: recursive
- name: Set up .NET
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
- name: Run Cake
run: |
./cake
- name: Upload artifacts
if: always()
uses: actions/[email protected]
with:
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}
path: |
out/bin
out/log