Skip to content

Commit dc760db

Browse files
committed
Bump the version for those github action in the workflow file.
Hope this can prevent us from the update of github action for a while.
1 parent 3a79e93 commit dc760db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
- name: Install packages
1919
run: sudo apt-get update && sudo apt-get install -y make ruby
@@ -25,7 +25,7 @@ jobs:
2525
run: make
2626

2727
- name: Upload artifact
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: riscv-abi.pdf
3131
path: riscv-abi.pdf
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Download artifact
39-
uses: actions/download-artifact@v4.1.7
39+
uses: actions/download-artifact@v4
4040
with:
4141
name: riscv-abi.pdf
4242
path: ./
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Download artifact
76-
uses: actions/download-artifact@v4.1.7
76+
uses: actions/download-artifact@v4
7777
with:
7878
name: riscv-abi.pdf
7979
path: ./

0 commit comments

Comments
 (0)