Skip to content

Commit

Permalink
Update GitHub Actions to use latest versions of checkout and upload-a…
Browse files Browse the repository at this point in the history
…rtifact
  • Loading branch information
3dJan committed Nov 22, 2024
1 parent 6e5cf30 commit 7c8676b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
env:
SPECNAME: "3MF Core Specification"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- run: pip install wheel
- run: pip install grip
- run: ./markdownToPDF/install_wkhtmltopdf.sh
- run: ./markdownToPDF/mdToPDF.sh "$SPECNAME"
- name: Upload PDF
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.SPECNAME }}.pdf
path: ${{ env.SPECNAME }}.pdf
Expand Down

0 comments on commit 7c8676b

Please sign in to comment.