Skip to content

Commit 7f5609c

Browse files
committed
linxu-chimeraos v6.13.4-chos2-2
1 parent 18890c4 commit 7f5609c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/integration-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container: archlinux:base-devel
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Create build user
2020
run: |
2121
useradd -m build

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
rm -rf /opt-host/hostedtoolcache
3535
rm -rf /opt-host/az
3636
df -h
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- name: Create build user
3939
run: |
4040
useradd -m build
@@ -57,7 +57,7 @@ jobs:
5757
full_version=${pkgver}-${pkgrel}
5858
echo "full_version=$full_version" >> "$GITHUB_OUTPUT"
5959
- name: Upload package artifact
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
with:
6262
name: linux-chimeraos-package
6363
path: |
@@ -69,7 +69,7 @@ jobs:
6969
needs: [build-kernel]
7070
steps:
7171
- name: Download artifacts
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: linux-chimeraos-package
7575
path: ${{ env.PKGDEST }}

linux/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pkgbase=linux-chimeraos
55
pkgver=6.13.4.chos2
6-
pkgrel=1
6+
pkgrel=2
77
pkgdesc='Linux ChimeraOS'
88
_srctag=v${pkgver%.*}-${pkgver##*.}
99
url="https://github.com/ChimeraOS/linux/commits/$_srctag"

0 commit comments

Comments
 (0)