File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
1515 name : bookworm-aarch64 sysroot
1616 steps :
1717 - name : Checkout source
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : Create sysroot
2121 run : ./sysroot/sysroot-creator.sh build arm64
2222
2323 - name : Upload sysroot
24- uses : actions/upload-artifact@v3
24+ uses : actions/upload-artifact@v4
2525 with :
2626 name : debian_bookworm_aarch64_sysroot.tar.xz
2727 path : sysroot/out/sysroot-build/bookworm/debian_bookworm_arm64_sysroot.tar.xz
2828
29- - uses : bazelbuild /setup-bazelisk@v2
29+ -
uses :
bazel-contrib /setup-[email protected] 3030
3131 - name : Mount bazel cache
32- uses : actions/cache@v1
32+ uses : actions/cache@v4
3333 with :
3434 path : " ~/.cache/bazel"
3535 key : bazel
Original file line number Diff line number Diff line change @@ -15,21 +15,21 @@ jobs:
1515 name : bookworm-x86_64 sysroot
1616 steps :
1717 - name : Checkout source
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : Create sysroot
2121 run : ./sysroot/sysroot-creator.sh build amd64
2222
2323 - name : Upload sysroot
24- uses : actions/upload-artifact@v3
24+ uses : actions/upload-artifact@v4
2525 with :
2626 name : debian_bookworm_x86_64_sysroot.tar.xz
2727 path : sysroot/out/sysroot-build/bookworm/debian_bookworm_amd64_sysroot.tar.xz
2828
29- - uses : bazelbuild /setup-bazelisk@v2
29+ -
uses :
bazel-contrib /setup-[email protected] 3030
3131 - name : Mount bazel cache
32- uses : actions/cache@v1
32+ uses : actions/cache@v4
3333 with :
3434 path : " ~/.cache/bazel"
3535 key : bazel
You can’t perform that action at this time.
0 commit comments