Skip to content

Commit

Permalink
Update GitHub Actions versions used
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarshall committed Oct 1, 2024
1 parent 4cde0e2 commit a5590f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run_id: ${{ github.event.workflow_run.id }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download artifacts
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-pdfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
LaTeX:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run1: make ${{ env.pdfs }}
run2: -make -k OLD=$mergebase_sha NEW=HEAD ${{ env.diffs }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: pdf
retention-days: 1
Expand Down

0 comments on commit a5590f3

Please sign in to comment.