Skip to content

Commit 89e6bbd

Browse files
chore(deps): update workflow dependencies in build.yml
1 parent 37007c0 commit 89e6bbd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -67,7 +67,7 @@ jobs:
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+
```

0 commit comments

Comments
 (0)