Skip to content

Commit aaf9e9d

Browse files
committed
Update actions
1 parent 8700c07 commit aaf9e9d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/bookworm-aarch64-sysroot.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Release sysroot
4444
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
45-
uses: svenstaro/upload-release-action@v1-release
45+
uses: svenstaro/upload-release-action@v2
4646
with:
4747
repo_token: ${{ secrets.GITHUB_TOKEN }}
4848
file: "sysroot/out/sysroot-build/bookworm/debian_bookworm_arm64_sysroot.tar.xz"

.github/workflows/bookworm-x86_64-sysroot.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Release sysroot
4444
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
45-
uses: svenstaro/upload-release-action@v1-release
45+
uses: svenstaro/upload-release-action@v2
4646
with:
4747
repo_token: ${{ secrets.GITHUB_TOKEN }}
4848
file: "sysroot/out/sysroot-build/bookworm/debian_bookworm_amd64_sysroot.tar.xz"

0 commit comments

Comments
 (0)