Skip to content

Commit

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

Signed-off-by: Bill Traynor <[email protected]>
  • Loading branch information
wmat authored Nov 6, 2024
1 parent 706403a commit f71f5fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 All @@ -70,4 +70,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
if: github.event_name == 'workflow_dispatch'
# This condition ensures this step only runs for workflow_dispatch events.
# This condition ensures this step only runs for workflow_dispatch events.

0 comments on commit f71f5fb

Please sign in to comment.