We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08a1fd commit 283744aCopy full SHA for 283744a
1 file changed
.github/workflows/build.yaml
@@ -8,12 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
12
- name: Install the required packages
13
run: sudo apt-get update && sudo apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-pictures texlive-science latexmk
14
- name: Build the Thesis
15
run: make
16
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
17
with:
18
name: Compiled Thesis
19
path: ./thesis.pdf
0 commit comments