Skip to content

Commit 8e03596

Browse files
committed
update github workflow
1 parent 43bc83d commit 8e03596

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-latex.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727

2828
- uses: lyuwen/build-latex-action@v1
2929
id: texbuild
@@ -42,13 +42,13 @@ jobs:
4242
cp ${{ steps.texbuild-cn.outputs.output }} public/LFu_CV_cn.pdf
4343
cd public && bash ../prepare_for_publish.sh
4444
45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: ${{ steps.texbuild.outputs.output }}
4848
path: ${{ steps.texbuild.outputs.output }}
4949

5050
- name: Deploy
51-
uses: peaceiris/actions-gh-pages@v3
51+
uses: peaceiris/actions-gh-pages@v4
5252
if: github.ref == 'refs/heads/main'
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)