Skip to content

Commit

Permalink
Update build-pdf.yml
Browse files Browse the repository at this point in the history
Upgrade action from v3 to v4.

Signed-off-by: Bill Traynor <wmat@riscv.org>
  • Loading branch information
wmat authored Nov 6, 2024
1 parent d53459d commit dd73f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
# Step 1: Checkout the repository
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'recursive'

Expand All @@ -52,7 +52,7 @@ jobs:

# Step 4: Upload the built PDF files as a single artifact
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Build Artifacts
path: ${{ github.workspace }}/*.pdf
Expand Down

0 comments on commit dd73f3e

Please sign in to comment.