File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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 : |
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 }}
Original file line number Diff line number Diff line change 33
44pkgbase=linux-chimeraos
55pkgver=6.13.4.chos2
6- pkgrel=1
6+ pkgrel=2
77pkgdesc=' Linux ChimeraOS'
88_srctag=v${pkgver% .* } -${pkgver##* .}
99url=" https://github.com/ChimeraOS/linux/commits/$_srctag "
You can’t perform that action at this time.
0 commit comments