File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Set up Git repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Cache TikZ externalized pictures
25- uses : actions/cache@v4
25+ uses : actions/cache@v5
2626 with :
2727 path : tex/figures/externalized
2828 key : tikz-externalized
2929
3030 - name : Compile LaTeX document
31- uses : xu-cheng/latex-action@v3
31+ uses : xu-cheng/latex-action@v4
3232 with :
3333 root_file : tex/FormalLanguageConstrainedReachabilityLectureNotes.tex
3434 work_in_root_file_dir : true
4141 run : echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
4242
4343 - name : Upload PDF file
44- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@v7
4545 with :
4646 name : FormalLanguageConstrainedReachabilityLectureNotes_${{ steps.sha_short.outputs.sha_short }}
4747 path : tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
You can’t perform that action at this time.
0 commit comments