Skip to content

Commit 283744a

Browse files
committed
Update action versions
1 parent f08a1fd commit 283744a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
- name: Install the required packages
1313
run: sudo apt-get update && sudo apt-get install texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-pictures texlive-science latexmk
1414
- name: Build the Thesis
1515
run: make
16-
- uses: actions/upload-artifact@v4
16+
- uses: actions/upload-artifact@v7
1717
with:
1818
name: Compiled Thesis
1919
path: ./thesis.pdf

0 commit comments

Comments
 (0)