From 02fb6cfde90f2f6cdf3559eeb57644fff2a3595f Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:30:51 -0500 Subject: [PATCH] [fix](build): pandoc.yml(version updates) (#114) Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> --- .github/workflows/pandoc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index 88672607..b5601885 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4.2.2 - name: Set up Pandoc run: | @@ -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 \ No newline at end of file + path: output