File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments