Skip to content

Commit

Permalink
Updated action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Oct 15, 2024
1 parent 5812030 commit 64e65d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Before build
run: |
sed -i 's/SimSun/Noto Serif CJK SC/; s/SimHei/Noto Sans CJK SC/; s/Consolas/FreeMono/' prelude.sty
Expand All @@ -26,7 +26,7 @@ jobs:
mv algoxy-en.pdf "algoxy-en-$GIT_HASH.pdf"
mv algoxy-zh-cn.pdf "algoxy-zh-cn-$GIT_HASH.pdf"
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: algoxy
path: algoxy-*.pdf

0 comments on commit 64e65d3

Please sign in to comment.