Skip to content

Commit c4bdcf7

Browse files
committed
update checkout action
Trying to fix this error: Missing download info for actions/upload-artifact@v3
1 parent b3eed36 commit c4bdcf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v4
1111

1212
- name: install system dependencies
1313
run: sudo apt-get update && sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra

0 commit comments

Comments
 (0)