Skip to content

Commit

Permalink
update GitHub actions to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelroland committed Jul 24, 2024
1 parent 8501f30 commit d945c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/latexmk-and-output/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
job_engine: ${{ inputs.job_engine }}
job_source: ${{ inputs.job_source }}
job_artifact_suffix: ${{ inputs.job_artifact_suffix }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ inputs.job_source }}${{ inputs.job_artifact_suffix }}
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-pdflatex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/latexmk-and-output
Expand All @@ -21,7 +21,7 @@ jobs:
build-xelatex:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: ./.github/actions/latexmk-and-output
Expand Down

0 comments on commit d945c75

Please sign in to comment.