Skip to content

Commit

Permalink
github: update action version for build-pdf
Browse files Browse the repository at this point in the history
- upload-artifact@v4
- download-artifact@v4

Signed-off-by: Jerry Zhang Jian <jerry.zhangjian@sifive.com>
  • Loading branch information
jerryzj committed Sep 10, 2024
1 parent 6ee26d7 commit 97cb963
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 @@ -25,7 +25,7 @@ jobs:
run: make -C doc build

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: v-intrinsic-spec.pdf
path: doc/v-intrinsic-spec.pdf
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: v-intrinsic-spec.pdf
path: ./doc
Expand Down

0 comments on commit 97cb963

Please sign in to comment.