Skip to content

Commit

Permalink
Merge branch 'main' of github.com:iwishiwasaneagle/LatexPaperTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Jan 18, 2024
2 parents c814950 + dac103b commit 0dfc07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
mv main.pdf ${r}.pdf
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-pdf
path: ./*.pdf
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
post_compile: "latexmk -c"

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: main-pdf-release
path: ./main.pdf
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Download artifacts
if: ${{ !env.ACT }}
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: main-pdf-release
path: main-pdf-release
Expand Down

0 comments on commit 0dfc07e

Please sign in to comment.