Skip to content

Bump actions/upload-artifact from 4.3.3 to 4.3.4 #12

Bump actions/upload-artifact from 4.3.3 to 4.3.4

Bump actions/upload-artifact from 4.3.3 to 4.3.4 #12

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
build-document:
name: Build Document
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v4.1.7
- name: Compile Document
uses: xu-cheng/latex-action@3.2.0
with:
root_file: main.tex
- name: Upload Artifact
uses: actions/upload-artifact@v4.3.4
with:
name: buku-kp
path: main.pdf