Skip to content

Commit 1d3b551

Browse files
committed
chore: fix package-kernel-daily upload deb
actions/upload-artifact@v3 is scheduled for deprecation on November 30, 2024. Link: https://github.com/actions/upload-artifact Signed-off-by: Wentao Guan <[email protected]>
1 parent dd44db6 commit 1d3b551

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/package-kernel-amd64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mv ../*.deb .
3030
3131
- name: 'Upload Kernel Artifact'
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: kernel-amd64-deb
3535
path: "*.deb"

.github/workflows/package-kernel-arm64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mv ../*.deb .
3030
3131
- name: 'Upload Kernel Artifact'
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: kernel-arm64-deb
3535
path: "*.deb"

.github/workflows/package-kernel-loong64-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mv ../*.deb .
3030
3131
- name: 'Upload Kernel Artifact'
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: kernel-loong64-deb
3535
path: "*.deb"

0 commit comments

Comments
 (0)