Skip to content

Commit

Permalink
[fix](build): pandoc.yml(version updates) (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 7, 2025
1 parent 0468f03 commit 02fb6cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2

- name: Set up Pandoc
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
done
- name: Upload output
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.5.0
with:
name: output
path: output
path: output

0 comments on commit 02fb6cf

Please sign in to comment.