Skip to content

Commit a7dc0d7

Browse files
author
pfchen
committed
[CI] fix github CI fail issue
1 parent 7e7b564 commit a7dc0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Cache toolchain
2222
id: cache
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
with:
2525
path: /opt/riscv64-unknown-elf
2626
key : ${{runner.OS}}-riscv64-unknown-elf-caches-v1-${{ hashFiles('bin/riscv64-unknown-elf-gcc') }}

0 commit comments

Comments
 (0)