File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
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 : ./
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 : ./
You can’t perform that action at this time.
0 commit comments