Skip to content

Commit

Permalink
update deprecated actions in generate-pdfs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Nov 8, 2024
1 parent 3bfd522 commit 212b790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-pdfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
generate-pdfs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install Prince
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Generate PDFs
run: sh ./generate-pdfs/generate-pdfs.sh
- name: Upload PDFs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: aerie-docs-pdfs
path: pdf
Expand Down

0 comments on commit 212b790

Please sign in to comment.