Skip to content

Commit

Permalink
chore: 更新 actions 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
atxy-blip committed Nov 8, 2024
1 parent 0d4d912 commit 72fd777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install TeX Live
run: |
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
# latexmk -lualatex -halt-on-error test-luatex
- name: Upload CLS Files
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "njuthesis-cls-${{ github.sha }}"
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set Version
run: echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
Expand Down

0 comments on commit 72fd777

Please sign in to comment.