File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 name: Shellcheck
2727 runs-on: ubuntu-latest
2828 steps:
29- - uses: actions/checkout@v4
29+ - uses: actions/checkout@v6
3030 - name: Install shellcheck
3131 run: sudo apt-get install -y shellcheck
3232 - name: Lint
6767 branch: RT
6868
6969 steps:
70- - uses: actions/checkout@v4
70+ - uses: actions/checkout@v6
7171
7272 - name: Install build dependencies
7373 run: |
@@ -134,7 +134,7 @@ jobs:
134134 timeout-minutes: 90
135135
136136 - name: Upload bzImage artifact
137- uses: actions/upload-artifact@v4
137+ uses: actions/upload-artifact@v7
138138 with:
139139 name: bzImage-${{ matrix.mode }}-${{ matrix.branch }}-${{ matrix.distro }}
140140 path: kernel/src/arch/x86/boot/bzImage
@@ -149,16 +149,16 @@ jobs:
149149 contents: write
150150 id-token: write
151151 steps:
152- - uses: actions/checkout@v4
152+ - uses: actions/checkout@v6
153153 - name: Download all artifacts
154- uses: actions/download-artifact@v4
154+ uses: actions/download-artifact@v8
155155 with:
156156 path: artifacts/
157157 - name: Create release
158- uses: softprops/action-gh-release@v2
158+ uses: softprops/action-gh-release@v3
159159 with:
160160 tag_name: "build-${{ github.run_number }}"
161161 name: "LiqXanMod build ${{ github.run_number }}"
162162 files: artifacts/**/*
163163 generate_release_notes: true
164- ` ` `
164+ ` ` `
You can’t perform that action at this time.
0 commit comments