Skip to content

Commit

Permalink
Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-jezegou authored Jun 3, 2024
1 parent 8e1eb27 commit e0b2015
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tectonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
#Checks-out the repository
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

#Enable cache
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Tectonic Cache
with:
path: ~/.cache/Tectonic
Expand All @@ -28,7 +28,7 @@ jobs:
# Setup tectonic
- name: Install Tectonic
uses: wtfjoke/setup-tectonic@v2
uses: wtfjoke/setup-tectonic@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
tectonic-version: 0.14.1
Expand All @@ -38,7 +38,7 @@ jobs:
run: tectonic main.tex

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: PDF file
path: main.pdf
Expand All @@ -56,4 +56,4 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true
body: "PDF compiled from source"
body: "PDF compiled from source"

0 comments on commit e0b2015

Please sign in to comment.